Html Css Color HEX #E98D31 California

📋 copy color: '#E98D31'

red 233 ◦ green 141 ◦ blue 49

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

Shades of California #E98D31

Tints of California #E98D31

RGB

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

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

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

R = 55.08%
G = 33.33%
B = 11.58%

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

#E98D31 (or 0xE98D31) is known color: California. HEX triplet: E9, 8D and 31. RGB value is (233,141,49). Sum of RGB (Red+Green+Blue) = 233+141+49=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98D31 is #1672CE. Grayscale: #9E9E9E. Windows color (decimal): -1471183 or 3247593. OLE color: 3247593.

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

Color convert

RGB 233 141 49 -
CMYK 0 0.39 0.79 0.09
HSL 30º 0.81% 0.55% -
HSV(B) 30º 0.79% 0.91% -
XYZ 43.68 36.6 7.67 -
YUV 158.02 66.48 181.48 -
System Red Green Blue C M Y K H S L
Decimal 233 141 49 0 0.39 0.79 0.09 30 0.81 0.55
Hex E9 8D 31 0 27 4F 9 1E 51 37
Octal 351 215 61 0 47 117 11 36 121 67
Binary 11101001 10001101 110001 0 100111 1001111 1001 11110 1010001 110111

Color Harmonies of #E98D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98D31

Black with #E98D31

Text Example


Text Example

White with #E98D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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