Html Css Color HEX #E29135 California

📋 copy color: '#E29135'

red 226 ◦ green 145 ◦ blue 53

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

Shades of California #E29135

Tints of California #E29135

RGB

 RED value IS 226 (88.67% from 255) = 53.3%

 GREEN value IS 145 (57.03% from 255) = 34.2%

 BLUE value IS 53 (21.09% from 255) = 12.5%

R = 53.3%
G = 34.2%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E29135 (or 0xE29135) is known color: California. HEX triplet: E2, 91 and 35. RGB value is (226,145,53). Sum of RGB (Red+Green+Blue) = 226+145+53=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E29135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29135 is #1D6ECA. Grayscale: #9F9F9F. Windows color (decimal): -1928907 or 3510754. OLE color: 3510754.

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

Color convert

RGB 226 145 53 -
CMYK 0 0.36 0.77 0.11
HSL 31.91º 0.75% 0.55% -
HSV(B) 31.91º 0.77% 0.89% -
XYZ 42.13 36.68 8.23 -
YUV 158.73 68.34 175.98 -
System Red Green Blue C M Y K H S L
Decimal 226 145 53 0 0.36 0.77 0.11 31.91 0.75 0.55
Hex E2 91 35 0 24 4D B 20 4B 37
Octal 342 221 65 0 44 115 13 40 113 67
Binary 11100010 10010001 110101 0 100100 1001101 1011 100000 1001011 110111

Color Harmonies of #E29135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29135

Black with #E29135

Text Example


Text Example

White with #E29135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29135; }

 p { color: rgb(226,145,53); }

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

background-color css

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

 a { background-color: rgb(226,145,53); }

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

border-color css

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

 span { border-color: rgb(226,145,53); }

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