Html Css Color HEX #E88D3C California

📋 copy color: '#E88D3C'

red 232 ◦ green 141 ◦ blue 60

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

Shades of California #E88D3C

Tints of California #E88D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.86%

R = 53.58%
G = 32.56%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E88D3C (or 0xE88D3C) is known color: California. HEX triplet: E8, 8D and 3C. RGB value is (232,141,60). Sum of RGB (Red+Green+Blue) = 232+141+60=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E88D3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88D3C is #1772C3. Grayscale: #9F9F9F. Windows color (decimal): -1536708 or 3968488. OLE color: 3968488.

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

Color convert

RGB 232 141 60 -
CMYK 0 0.39 0.74 0.09
HSL 28.26º 0.79% 0.57% -
HSV(B) 28.26º 0.74% 0.91% -
XYZ 43.62 36.53 9.03 -
YUV 158.98 72.15 180.09 -
System Red Green Blue C M Y K H S L
Decimal 232 141 60 0 0.39 0.74 0.09 28.26 0.79 0.57
Hex E8 8D 3C 0 27 4A 9 1C 4F 39
Octal 350 215 74 0 47 112 11 34 117 71
Binary 11101000 10001101 111100 0 100111 1001010 1001 11100 1001111 111001

Color Harmonies of #E88D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88D3C

Black with #E88D3C

Text Example


Text Example

White with #E88D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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