Html Css Color HEX #E99240 California

📋 copy color: '#E99240'

red 233 ◦ green 146 ◦ blue 64

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

Shades of California #E99240

Tints of California #E99240

RGB

 RED value IS 233 (91.41% from 255) = 52.6%

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

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

R = 52.6%
G = 32.96%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E99240 (or 0xE99240) is known color: California. HEX triplet: E9, 92 and 40. RGB value is (233,146,64). Sum of RGB (Red+Green+Blue) = 233+146+64=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E99240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99240 is #166DBF. Grayscale: #A3A3A3. Windows color (decimal): -1469888 or 4231913. OLE color: 4231913.

HSL color Cylindrical-coordinate representation of color #E99240: hue angle of 29.11º 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 #E99240 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 146 64 -
CMYK 0 0.37 0.73 0.09
HSL 29.11º 0.79% 0.58% -
HSV(B) 29.11º 0.73% 0.91% -
XYZ 44.81 38.25 9.87 -
YUV 162.67 72.32 178.17 -
System Red Green Blue C M Y K H S L
Decimal 233 146 64 0 0.37 0.73 0.09 29.11 0.79 0.58
Hex E9 92 40 0 25 49 9 1D 4F 3A
Octal 351 222 100 0 45 111 11 35 117 72
Binary 11101001 10010010 1000000 0 100101 1001001 1001 11101 1001111 111010

Color Harmonies of #E99240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99240

Black with #E99240

Text Example


Text Example

White with #E99240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99240; }

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

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

background-color css

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

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

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

border-color css

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

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

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