Html Css Color HEX #E88D41 California

📋 copy color: '#E88D41'

red 232 ◦ green 141 ◦ blue 65

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

Shades of California #E88D41

Tints of California #E88D41

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.19%

 BLUE value IS 65 (25.78% from 255) = 14.84%

R = 52.97%
G = 32.19%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E88D41 (or 0xE88D41) is known color: California. HEX triplet: E8, 8D and 41. RGB value is (232,141,65). Sum of RGB (Red+Green+Blue) = 232+141+65=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E88D41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88D41 is #1772BE. Grayscale: #9F9F9F. Windows color (decimal): -1536703 or 4296168. OLE color: 4296168.

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

Color convert

RGB 232 141 65 -
CMYK 0 0.39 0.72 0.09
HSL 27.31º 0.78% 0.58% -
HSV(B) 27.31º 0.72% 0.91% -
XYZ 43.76 36.59 9.76 -
YUV 159.55 74.65 179.68 -
System Red Green Blue C M Y K H S L
Decimal 232 141 65 0 0.39 0.72 0.09 27.31 0.78 0.58
Hex E8 8D 41 0 27 48 9 1B 4E 3A
Octal 350 215 101 0 47 110 11 33 116 72
Binary 11101000 10001101 1000001 0 100111 1001000 1001 11011 1001110 111010

Color Harmonies of #E88D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88D41

Black with #E88D41

Text Example


Text Example

White with #E88D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88D41; }

 p { color: rgb(232,141,65); }

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

background-color css

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

 a { background-color: rgb(232,141,65); }

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

border-color css

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

 span { border-color: rgb(232,141,65); }

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