Html Css Color HEX #E98F42 California

📋 copy color: '#E98F42'

red 233 ◦ green 143 ◦ blue 66

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

Shades of California #E98F42

Tints of California #E98F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.93%

R = 52.71%
G = 32.35%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E98F42 (or 0xE98F42) is known color: California. HEX triplet: E9, 8F and 42. RGB value is (233,143,66). Sum of RGB (Red+Green+Blue) = 233+143+66=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E98F42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98F42 is #1670BD. Grayscale: #A1A1A1. Windows color (decimal): -1470654 or 4362217. OLE color: 4362217.

HSL color Cylindrical-coordinate representation of color #E98F42: hue angle of 27.66º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E98F42 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 143 66 -
CMYK 0 0.39 0.72 0.09
HSL 27.66º 0.79% 0.59% -
HSV(B) 27.66º 0.72% 0.91% -
XYZ 44.41 37.36 10.03 -
YUV 161.13 74.32 179.26 -
System Red Green Blue C M Y K H S L
Decimal 233 143 66 0 0.39 0.72 0.09 27.66 0.79 0.59
Hex E9 8F 42 0 27 48 9 1C 4F 3B
Octal 351 217 102 0 47 110 11 34 117 73
Binary 11101001 10001111 1000010 0 100111 1001000 1001 11100 1001111 111011

Color Harmonies of #E98F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98F42

Black with #E98F42

Text Example


Text Example

White with #E98F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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