#E18B33

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

Shades of California #E18B33

Tints of California #E18B33

Color information

#E18B33 (or 0xE18B33) is unknown color: approx California. HEX triplet: E1, 8B and 33. RGB value is (225,139,51). Sum of RGB (Red+Green+Blue) = 225+139+51=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 51 (20.31% from 255 or 12.29% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18B33 is #1E74CC. Grayscale: #9B9B9B. Windows color (decimal): -1995981 or 3378145. OLE color: 3378145.

HSL color Cylindrical-coordinate representation of color #E18B33: hue angle of 30.34º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E18B33 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB22513951-
CMYK00.380.770.12
HSL30.34º74.36%54.12%-
HSV(B)30.34º77.33%88.24%-
XYZ40.8834.717.68-
YUV154.6869.49178.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.22%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 51 (20.31% from 255) = 12.29%
R=54.22%
G=33.49%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251395100.380.770.1230.3474.3654.12
HexE18B330264DC1e4a36
Octal34121363046115143611266
Binary1110000110001011110011010011010011011100111101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18B33; }

 p { color: rgb(225,139,51); }

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

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

 a { background-color: rgb(225,139,51); }

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

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

 span { border-color: rgb(225,139,51); }

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