Html Css Color HEX #E88C31 California

📋 copy color: '#E88C31'

red 232 ◦ green 140 ◦ blue 49

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

Shades of California #E88C31

Tints of California #E88C31

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.25%

 BLUE value IS 49 (19.53% from 255) = 11.64%

R = 55.11%
G = 33.25%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E88C31 (or 0xE88C31) is known color: California. HEX triplet: E8, 8C and 31. RGB value is (232,140,49). Sum of RGB (Red+Green+Blue) = 232+140+49=421 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.11% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88C31 is #1773CE. Grayscale: #9D9D9D. Windows color (decimal): -1536975 or 3247336. OLE color: 3247336.

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

Color convert

RGB 232 140 49 -
CMYK 0 0.40 0.79 0.09
HSL 29.84º 0.8% 0.55% -
HSV(B) 29.84º 0.79% 0.91% -
XYZ 43.21 36.13 7.6 -
YUV 157.13 66.98 181.4 -
System Red Green Blue C M Y K H S L
Decimal 232 140 49 0 0.40 0.79 0.09 29.84 0.8 0.55
Hex E8 8C 31 0 28 4F 9 1E 50 37
Octal 350 214 61 0 50 117 11 36 120 67
Binary 11101000 10001100 110001 0 101000 1001111 1001 11110 1010000 110111

Color Harmonies of #E88C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88C31

Black with #E88C31

Text Example


Text Example

White with #E88C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88C31; }

 p { color: rgb(232,140,49); }

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

background-color css

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

 a { background-color: rgb(232,140,49); }

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

border-color css

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

 span { border-color: rgb(232,140,49); }

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