Html Css Color HEX #E09235 California

📋 copy color: '#E09235'

red 224 ◦ green 146 ◦ blue 53

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

Shades of California #E09235

Tints of California #E09235

RGB

 RED value IS 224 (87.89% from 255) = 52.96%

 GREEN value IS 146 (57.42% from 255) = 34.52%

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

R = 52.96%
G = 34.52%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E09235 (or 0xE09235) is known color: California. HEX triplet: E0, 92 and 35. RGB value is (224,146,53). Sum of RGB (Red+Green+Blue) = 224+146+53=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E09235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09235 is #1F6DCA. Grayscale: #9F9F9F. Windows color (decimal): -2059723 or 3511008. OLE color: 3511008.

HSL color Cylindrical-coordinate representation of color #E09235: hue angle of 32.63º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E09235 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 146 53 -
CMYK 0 0.35 0.76 0.12
HSL 32.63º 0.73% 0.54% -
HSV(B) 32.63º 0.76% 0.88% -
XYZ 41.66 36.66 8.25 -
YUV 158.72 68.34 174.56 -
System Red Green Blue C M Y K H S L
Decimal 224 146 53 0 0.35 0.76 0.12 32.63 0.73 0.54
Hex E0 92 35 0 23 4C C 21 49 36
Octal 340 222 65 0 43 114 14 41 111 66
Binary 11100000 10010010 110101 0 100011 1001100 1100 100001 1001001 110110

Color Harmonies of #E09235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09235

Black with #E09235

Text Example


Text Example

White with #E09235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09235; }

 p { color: rgb(224,146,53); }

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

background-color css

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

 a { background-color: rgb(224,146,53); }

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

border-color css

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

 span { border-color: rgb(224,146,53); }

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