#E38E3B

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

Shades of California #E38E3B

Tints of California #E38E3B

Color information

#E38E3B (or 0xE38E3B) is unknown color: approx California. HEX triplet: E3, 8E and 3B. RGB value is (227,142,59). Sum of RGB (Red+Green+Blue) = 227+142+59=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 59 (23.44% from 255 or 13.79% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38E3B is #1C71C4. Grayscale: #9E9E9E. Windows color (decimal): -1864133 or 3903203. OLE color: 3903203.

HSL color Cylindrical-coordinate representation of color #E38E3B: hue angle of 29.64º 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 #E38E3B is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB22714259-
CMYK00.370.740.11
HSL29.64º75%56.08%-
HSV(B)29.64º74.01%89.02%-
XYZ42.1435.998.86-
YUV157.9572.16177.25-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.04%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 59 (23.44% from 255) = 13.79%
R=53.04%
G=33.18%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271425900.370.740.1129.647556.08
HexE38E3B0254AB1e4b38
Octal34321673045112133611370
Binary1110001110001110111011010010110010101011111101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38E3B; }

 p { color: rgb(227,142,59); }

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

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

 a { background-color: rgb(227,142,59); }

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

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

 span { border-color: rgb(227,142,59); }

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