Html Css Color HEX #E88F32 California

📋 copy color: '#E88F32'

red 232 ◦ green 143 ◦ blue 50

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

Shades of California #E88F32

Tints of California #E88F32

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.65%

 BLUE value IS 50 (19.92% from 255) = 11.76%

R = 54.59%
G = 33.65%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E88F32 (or 0xE88F32) is known color: California. HEX triplet: E8, 8F and 32. RGB value is (232,143,50). Sum of RGB (Red+Green+Blue) = 232+143+50=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88F32 is #1770CD. Grayscale: #9F9F9F. Windows color (decimal): -1536206 or 3313640. OLE color: 3313640.

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

Color convert

RGB 232 143 50 -
CMYK 0 0.38 0.78 0.09
HSL 30.66º 0.8% 0.55% -
HSV(B) 30.66º 0.78% 0.91% -
XYZ 43.68 37.03 7.86 -
YUV 159.01 66.49 180.06 -
System Red Green Blue C M Y K H S L
Decimal 232 143 50 0 0.38 0.78 0.09 30.66 0.8 0.55
Hex E8 8F 32 0 26 4E 9 1F 50 37
Octal 350 217 62 0 46 116 11 37 120 67
Binary 11101000 10001111 110010 0 100110 1001110 1001 11111 1010000 110111

Color Harmonies of #E88F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88F32

Black with #E88F32

Text Example


Text Example

White with #E88F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88F32; }

 p { color: rgb(232,143,50); }

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

background-color css

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

 a { background-color: rgb(232,143,50); }

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

border-color css

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

 span { border-color: rgb(232,143,50); }

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