#e5903f

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

Shades of California #E5903F

Tints of California #E5903F

Color information

#E5903F (or 0xE5903F) is unknown color: approx California. HEX triplet: E5, 90 and 3F. RGB value is (229,144,63). Sum of RGB (Red+Green+Blue) = 229+144+63=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5903F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5903F is #1A6FC0. Grayscale: #A0A0A0. Windows color (decimal): -1732545 or 4165861. OLE color: 4165861.

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

Color convert

RGB22914463-
CMYK00.370.720.10
HSL29.28º76.15%57.25%-
HSV(B)29.28º72.49%89.8%-
XYZ43.1836.969.56-
YUV160.1873.16177.09-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.52%
GREEN value IS 144 (56.64% from 255) = 33.03%
BLUE value IS 63 (25% from 255) = 14.45%
R=52.52%
G=33.03%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291446300.370.720.1029.2876.1557.25
HexE5903F02548A1d4c39
Octal34522077045110123511471
Binary1110010110010000111111010010110010001010111011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5903f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5903f; }

 p { color: rgb(229,144,63); }

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

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

 a { background-color: rgb(229,144,63); }

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

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

 span { border-color: rgb(229,144,63); }

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