Html Css Color HEX #E98C3C California

📋 copy color: '#E98C3C'

red 233 ◦ green 140 ◦ blue 60

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

Shades of California #E98C3C

Tints of California #E98C3C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.33%

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

R = 53.81%
G = 32.33%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E98C3C (or 0xE98C3C) is known color: California. HEX triplet: E9, 8C and 3C. RGB value is (233,140,60). Sum of RGB (Red+Green+Blue) = 233+140+60=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98C3C is #1673C3. Grayscale: #9F9F9F. Windows color (decimal): -1471428 or 3968233. OLE color: 3968233.

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

Color convert

RGB 233 140 60 -
CMYK 0 0.40 0.74 0.09
HSL 27.75º 0.8% 0.57% -
HSV(B) 27.75º 0.74% 0.91% -
XYZ 43.8 36.41 8.99 -
YUV 158.69 72.31 181 -
System Red Green Blue C M Y K H S L
Decimal 233 140 60 0 0.40 0.74 0.09 27.75 0.8 0.57
Hex E9 8C 3C 0 28 4A 9 1C 50 39
Octal 351 214 74 0 50 112 11 34 120 71
Binary 11101001 10001100 111100 0 101000 1001010 1001 11100 1010000 111001

Color Harmonies of #E98C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98C3C

Black with #E98C3C

Text Example


Text Example

White with #E98C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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