Html Css Color HEX #E89240 California

📋 copy color: '#E89240'

red 232 ◦ green 146 ◦ blue 64

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

Shades of California #E89240

Tints of California #E89240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.03%

 BLUE value IS 64 (25.39% from 255) = 14.48%

R = 52.49%
G = 33.03%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E89240 (or 0xE89240) is known color: California. HEX triplet: E8, 92 and 40. RGB value is (232,146,64). Sum of RGB (Red+Green+Blue) = 232+146+64=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E89240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E89240 is #176DBF. Grayscale: #A2A2A2. Windows color (decimal): -1535424 or 4231912. OLE color: 4231912.

HSL color Cylindrical-coordinate representation of color #E89240: 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.72%. Process color model (Four color, CMYK) of #E89240 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 146 64 -
CMYK 0 0.37 0.72 0.09
HSL 29.29º 0.79% 0.58% -
HSV(B) 29.29º 0.72% 0.91% -
XYZ 44.48 38.08 9.86 -
YUV 162.37 72.49 177.67 -
System Red Green Blue C M Y K H S L
Decimal 232 146 64 0 0.37 0.72 0.09 29.29 0.79 0.58
Hex E8 92 40 0 25 48 9 1D 4F 3A
Octal 350 222 100 0 45 110 11 35 117 72
Binary 11101000 10010010 1000000 0 100101 1001000 1001 11101 1001111 111010

Color Harmonies of #E89240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89240

Black with #E89240

Text Example


Text Example

White with #E89240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89240; }

 p { color: rgb(232,146,64); }

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

background-color css

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

 a { background-color: rgb(232,146,64); }

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

border-color css

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

 span { border-color: rgb(232,146,64); }

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