Html Css Color HEX #E98E3C California

📋 copy color: '#E98E3C'

red 233 ◦ green 142 ◦ blue 60

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

Shades of California #E98E3C

Tints of California #E98E3C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.64%

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

R = 53.56%
G = 32.64%
B = 13.79%

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

#E98E3C (or 0xE98E3C) is known color: California. HEX triplet: E9, 8E and 3C. RGB value is (233,142,60). Sum of RGB (Red+Green+Blue) = 233+142+60=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E98E3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98E3C is #1671C3. Grayscale: #A0A0A0. Windows color (decimal): -1470916 or 3968745. OLE color: 3968745.

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

Color convert

RGB 233 142 60 -
CMYK 0 0.39 0.74 0.09
HSL 28.44º 0.8% 0.57% -
HSV(B) 28.44º 0.74% 0.91% -
XYZ 44.09 37 9.09 -
YUV 159.86 71.65 180.17 -
System Red Green Blue C M Y K H S L
Decimal 233 142 60 0 0.39 0.74 0.09 28.44 0.8 0.57
Hex E9 8E 3C 0 27 4A 9 1C 50 39
Octal 351 216 74 0 47 112 11 34 120 71
Binary 11101001 10001110 111100 0 100111 1001010 1001 11100 1010000 111001

Color Harmonies of #E98E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98E3C

Black with #E98E3C

Text Example


Text Example

White with #E98E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98E3C; }

 p { color: rgb(233,142,60); }

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

background-color css

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

 a { background-color: rgb(233,142,60); }

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

border-color css

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

 span { border-color: rgb(233,142,60); }

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