#E38B3C

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

Shades of California #E38B3C

Tints of California #E38B3C

Color information

#E38B3C (or 0xE38B3C) is unknown color: approx California. HEX triplet: E3, 8B and 3C. RGB value is (227,139,60). Sum of RGB (Red+Green+Blue) = 227+139+60=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E38B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38B3C is #1C74C3. Grayscale: #9C9C9C. Windows color (decimal): -1864900 or 3967971. OLE color: 3967971.

HSL color Cylindrical-coordinate representation of color #E38B3C: hue angle of 28.38º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E38B3C is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB22713960-
CMYK00.390.740.11
HSL28.38º74.89%56.27%-
HSV(B)28.38º73.57%89.02%-
XYZ41.7335.128.86-
YUV156.3173.65178.42-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.29%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 60 (23.83% from 255) = 14.08%
R=53.29%
G=32.63%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271396000.390.740.1128.3874.8956.27
HexE38B3C0274AB1c4b38
Octal34321374047112133411370
Binary1110001110001011111100010011110010101011111001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38B3C; }

 p { color: rgb(227,139,60); }

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

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

 a { background-color: rgb(227,139,60); }

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

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

 span { border-color: rgb(227,139,60); }

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