Html Css Color HEX #E98A31 California

📋 copy color: '#E98A31'

red 233 ◦ green 138 ◦ blue 49

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

Shades of California #E98A31

Tints of California #E98A31

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.86%

 BLUE value IS 49 (19.53% from 255) = 11.67%

R = 55.48%
G = 32.86%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E98A31 (or 0xE98A31) is known color: California. HEX triplet: E9, 8A and 31. RGB value is (233,138,49). Sum of RGB (Red+Green+Blue) = 233+138+49=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98A31 is #1675CE. Grayscale: #9C9C9C. Windows color (decimal): -1471951 or 3246825. OLE color: 3246825.

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

Color convert

RGB 233 138 49 -
CMYK 0 0.41 0.79 0.09
HSL 29.02º 0.81% 0.55% -
HSV(B) 29.02º 0.79% 0.91% -
XYZ 43.25 35.72 7.52 -
YUV 156.26 67.47 182.74 -
System Red Green Blue C M Y K H S L
Decimal 233 138 49 0 0.41 0.79 0.09 29.02 0.81 0.55
Hex E9 8A 31 0 29 4F 9 1D 51 37
Octal 351 212 61 0 51 117 11 35 121 67
Binary 11101001 10001010 110001 0 101001 1001111 1001 11101 1010001 110111

Color Harmonies of #E98A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98A31

Black with #E98A31

Text Example


Text Example

White with #E98A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98A31; }

 p { color: rgb(233,138,49); }

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

background-color css

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

 a { background-color: rgb(233,138,49); }

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

border-color css

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

 span { border-color: rgb(233,138,49); }

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