Html Css Color HEX #E98F3C California

📋 copy color: '#E98F3C'

red 233 ◦ green 143 ◦ blue 60

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

Shades of California #E98F3C

Tints of California #E98F3C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.8%

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

R = 53.44%
G = 32.8%
B = 13.76%

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

#E98F3C (or 0xE98F3C) is known color: California. HEX triplet: E9, 8F and 3C. RGB value is (233,143,60). Sum of RGB (Red+Green+Blue) = 233+143+60=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E98F3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98F3C is #1670C3. Grayscale: #A0A0A0. Windows color (decimal): -1470660 or 3969001. OLE color: 3969001.

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

Color convert

RGB 233 143 60 -
CMYK 0 0.39 0.74 0.09
HSL 28.79º 0.8% 0.57% -
HSV(B) 28.79º 0.74% 0.91% -
XYZ 44.24 37.29 9.14 -
YUV 160.45 71.32 179.75 -
System Red Green Blue C M Y K H S L
Decimal 233 143 60 0 0.39 0.74 0.09 28.79 0.8 0.57
Hex E9 8F 3C 0 27 4A 9 1D 50 39
Octal 351 217 74 0 47 112 11 35 120 71
Binary 11101001 10001111 111100 0 100111 1001010 1001 11101 1010000 111001

Color Harmonies of #E98F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98F3C

Black with #E98F3C

Text Example


Text Example

White with #E98F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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