Html Css Color HEX #E98D32 California

📋 copy color: '#E98D32'

red 233 ◦ green 141 ◦ blue 50

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

Shades of California #E98D32

Tints of California #E98D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.79%

R = 54.95%
G = 33.25%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E98D32 (or 0xE98D32) is known color: California. HEX triplet: E9, 8D and 32. RGB value is (233,141,50). Sum of RGB (Red+Green+Blue) = 233+141+50=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98D32 is #1672CD. Grayscale: #9E9E9E. Windows color (decimal): -1471182 or 3313129. OLE color: 3313129.

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

Color convert

RGB 233 141 50 -
CMYK 0 0.39 0.79 0.09
HSL 29.84º 0.81% 0.55% -
HSV(B) 29.84º 0.79% 0.91% -
XYZ 43.7 36.6 7.78 -
YUV 158.13 66.98 181.4 -
System Red Green Blue C M Y K H S L
Decimal 233 141 50 0 0.39 0.79 0.09 29.84 0.81 0.55
Hex E9 8D 32 0 27 4F 9 1E 51 37
Octal 351 215 62 0 47 117 11 36 121 67
Binary 11101001 10001101 110010 0 100111 1001111 1001 11110 1010001 110111

Color Harmonies of #E98D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98D32

Black with #E98D32

Text Example


Text Example

White with #E98D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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