Html Css Color HEX #E98D40 California

📋 copy color: '#E98D40'

red 233 ◦ green 141 ◦ blue 64

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

Shades of California #E98D40

Tints of California #E98D40

RGB

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

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

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

R = 53.2%
G = 32.19%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E98D40 (or 0xE98D40) is known color: California. HEX triplet: E9, 8D and 40. RGB value is (233,141,64). Sum of RGB (Red+Green+Blue) = 233+141+64=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98D40 is #1672BF. Grayscale: #A0A0A0. Windows color (decimal): -1471168 or 4230633. OLE color: 4230633.

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

Color convert

RGB 233 141 64 -
CMYK 0 0.39 0.73 0.09
HSL 27.34º 0.79% 0.58% -
HSV(B) 27.34º 0.73% 0.91% -
XYZ 44.05 36.74 9.62 -
YUV 159.73 73.98 180.26 -
System Red Green Blue C M Y K H S L
Decimal 233 141 64 0 0.39 0.73 0.09 27.34 0.79 0.58
Hex E9 8D 40 0 27 49 9 1B 4F 3A
Octal 351 215 100 0 47 111 11 33 117 72
Binary 11101001 10001101 1000000 0 100111 1001001 1001 11011 1001111 111010

Color Harmonies of #E98D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98D40

Black with #E98D40

Text Example


Text Example

White with #E98D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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