Html Css Color HEX #E8892F California

📋 copy color: '#E8892F'

red 232 ◦ green 137 ◦ blue 47

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

Shades of California #E8892F

Tints of California #E8892F

RGB

 RED value IS 232 (91.02% from 255) = 55.77%

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

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

R = 55.77%
G = 32.93%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8892F (or 0xE8892F) is known color: California. HEX triplet: E8, 89 and 2F. RGB value is (232,137,47). Sum of RGB (Red+Green+Blue) = 232+137+47=416 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.77% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 232 - color contains mainly: red. Hex color #E8892F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8892F is #1776D0. Grayscale: #9B9B9B. Windows color (decimal): -1537745 or 3115496. OLE color: 3115496.

HSL color Cylindrical-coordinate representation of color #E8892F: hue angle of 29.19º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E8892F is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 137 47 -
CMYK 0 0.41 0.80 0.09
HSL 29.19º 0.8% 0.55% -
HSV(B) 29.19º 0.8% 0.91% -
XYZ 42.74 35.25 7.24 -
YUV 155.15 66.97 182.82 -
System Red Green Blue C M Y K H S L
Decimal 232 137 47 0 0.41 0.80 0.09 29.19 0.8 0.55
Hex E8 89 2F 0 29 50 9 1D 50 37
Octal 350 211 57 0 51 120 11 35 120 67
Binary 11101000 10001001 101111 0 101001 1010000 1001 11101 1010000 110111

Color Harmonies of #E8892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8892F

Black with #E8892F

Text Example


Text Example

White with #E8892F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8892F; }

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

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

background-color css

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

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

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

border-color css

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

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

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