#E69233

Color #E69233 California (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of California #E69233

Tints of California #E69233

Color information

#E69233 (or 0xE69233) is unknown color: approx California. HEX triplet: E6, 92 and 33. RGB value is (230,146,51). Sum of RGB (Red+Green+Blue) = 230+146+51=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 51 (20.31% from 255 or 11.94% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E69233 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69233 is #196DCC. Grayscale: #A0A0A0. Windows color (decimal): -1666509 or 3379942. OLE color: 3379942.

HSL color Cylindrical-coordinate representation of color #E69233: hue angle of 31.84º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E69233 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB23014651-
CMYK00.370.780.10
HSL31.84º78.17%55.1%-
HSV(B)31.84º77.83%90.2%-
XYZ43.5137.628.1-
YUV160.2966.33177.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 53.86%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 51 (20.31% from 255) = 11.94%
R=53.86%
G=34.19%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301465100.370.780.1031.8478.1755.1
HexE692330254EA204e37
Octal34622263045116124011667
Binary11100110100100101100110100101100111010101000001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69233; }

 p { color: rgb(230,146,51); }

 H1.HeaderClassName
 {
   color: #E69233;
 }
 .AnyTagClassName
 {
   color: #E69233;
 }
</style>
background-color css

<style>
 a { background-color: #E69233; }

 a { background-color: rgb(230,146,51); }

 div.DivClassName
 {
   background-color: #E69233;
 }
 .BgClassName
 {
   background-color: #E69233;
 }
</style>
border-color css

<style>
 span { border-color: #E69233; }

 span { border-color: rgb(230,146,51); }

 td.TdClassName
 {
   border-color: #E69233;
 }
 .TagClassName
 {
   border-color: #E69233;
 }
</style>