Html Css Color HEX #E8913E California

📋 copy color: '#E8913E'

red 232 ◦ green 145 ◦ blue 62

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

Shades of California #E8913E

Tints of California #E8913E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.03%

 BLUE value IS 62 (24.61% from 255) = 14.12%

R = 52.85%
G = 33.03%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E8913E (or 0xE8913E) is known color: California. HEX triplet: E8, 91 and 3E. RGB value is (232,145,62). Sum of RGB (Red+Green+Blue) = 232+145+62=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E8913E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8913E is #176EC1. Grayscale: #A1A1A1. Windows color (decimal): -1535682 or 4100584. OLE color: 4100584.

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

Color convert

RGB 232 145 62 -
CMYK 0 0.38 0.73 0.09
HSL 29.29º 0.79% 0.58% -
HSV(B) 29.29º 0.73% 0.91% -
XYZ 44.27 37.75 9.51 -
YUV 161.55 71.82 178.25 -
System Red Green Blue C M Y K H S L
Decimal 232 145 62 0 0.38 0.73 0.09 29.29 0.79 0.58
Hex E8 91 3E 0 26 49 9 1D 4F 3A
Octal 350 221 76 0 46 111 11 35 117 72
Binary 11101000 10010001 111110 0 100110 1001001 1001 11101 1001111 111010

Color Harmonies of #E8913E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8913E

Black with #E8913E

Text Example


Text Example

White with #E8913E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8913E; }

 p { color: rgb(232,145,62); }

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

background-color css

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

 a { background-color: rgb(232,145,62); }

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

border-color css

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

 span { border-color: rgb(232,145,62); }

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