Html Css Color HEX #E5902F California

📋 copy color: '#E5902F'

red 229 ◦ green 144 ◦ blue 47

#E5902F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of California #E5902F

Tints of California #E5902F

RGB

 RED value IS 229 (89.84% from 255) = 54.52%

 GREEN value IS 144 (56.64% from 255) = 34.29%

 BLUE value IS 47 (18.75% from 255) = 11.19%

R = 54.52%
G = 34.29%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5902F (or 0xE5902F) is known color: California. HEX triplet: E5, 90 and 2F. RGB value is (229,144,47). Sum of RGB (Red+Green+Blue) = 229+144+47=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5902F is #1A6FD0. Grayscale: #9E9E9E. Windows color (decimal): -1732561 or 3117285. OLE color: 3117285.

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

Color convert

RGB 229 144 47 -
CMYK 0 0.37 0.79 0.10
HSL 31.98º 0.78% 0.54% -
HSV(B) 31.98º 0.79% 0.9% -
XYZ 42.8 36.81 7.54 -
YUV 158.36 65.16 178.39 -
System Red Green Blue C M Y K H S L
Decimal 229 144 47 0 0.37 0.79 0.10 31.98 0.78 0.54
Hex E5 90 2F 0 25 4F A 20 4E 36
Octal 345 220 57 0 45 117 12 40 116 66
Binary 11100101 10010000 101111 0 100101 1001111 1010 100000 1001110 110110

Color Harmonies of #E5902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5902F

Black with #E5902F

Text Example


Text Example

White with #E5902F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5902F; }

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

 H1.HeaderClassName
 {
   color: #E5902F;
 }
 .AnyTagClassName
 {
   color: #E5902F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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