Html Css Color HEX #E0892F California

📋 copy color: '#E0892F'

red 224 ◦ green 137 ◦ blue 47

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

Shades of California #E0892F

Tints of California #E0892F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.58%

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

R = 54.9%
G = 33.58%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0892F (or 0xE0892F) is known color: California. HEX triplet: E0, 89 and 2F. RGB value is (224,137,47). Sum of RGB (Red+Green+Blue) = 224+137+47=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E0892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0892F is #1F76D0. Grayscale: #999999. Windows color (decimal): -2062033 or 3115488. OLE color: 3115488.

HSL color Cylindrical-coordinate representation of color #E0892F: hue angle of 30.51º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0892F is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 137 47 -
CMYK 0 0.39 0.79 0.12
HSL 30.51º 0.74% 0.53% -
HSV(B) 30.51º 0.79% 0.88% -
XYZ 40.2 33.94 7.12 -
YUV 152.75 68.32 178.82 -
System Red Green Blue C M Y K H S L
Decimal 224 137 47 0 0.39 0.79 0.12 30.51 0.74 0.53
Hex E0 89 2F 0 27 4F C 1F 4A 35
Octal 340 211 57 0 47 117 14 37 112 65
Binary 11100000 10001001 101111 0 100111 1001111 1100 11111 1001010 110101

Color Harmonies of #E0892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0892F

Black with #E0892F

Text Example


Text Example

White with #E0892F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0892F; }

 p { color: rgb(224,137,47); }

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

background-color css

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

 a { background-color: rgb(224,137,47); }

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

border-color css

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

 span { border-color: rgb(224,137,47); }

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