Html Css Color HEX #E98A30 California

📋 copy color: '#E98A30'

red 233 ◦ green 138 ◦ blue 48

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

Shades of California #E98A30

Tints of California #E98A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.46%

R = 55.61%
G = 32.94%
B = 11.46%

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

#E98A30 (or 0xE98A30) is known color: California. HEX triplet: E9, 8A and 30. RGB value is (233,138,48). Sum of RGB (Red+Green+Blue) = 233+138+48=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98A30 is #1675CF. Grayscale: #9C9C9C. Windows color (decimal): -1471952 or 3181289. OLE color: 3181289.

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

Color convert

RGB 233 138 48 -
CMYK 0 0.41 0.79 0.09
HSL 29.19º 0.81% 0.55% -
HSV(B) 29.19º 0.79% 0.91% -
XYZ 43.23 35.71 7.41 -
YUV 156.15 66.97 182.82 -
System Red Green Blue C M Y K H S L
Decimal 233 138 48 0 0.41 0.79 0.09 29.19 0.81 0.55
Hex E9 8A 30 0 29 4F 9 1D 51 37
Octal 351 212 60 0 51 117 11 35 121 67
Binary 11101001 10001010 110000 0 101001 1001111 1001 11101 1010001 110111

Color Harmonies of #E98A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98A30

Black with #E98A30

Text Example


Text Example

White with #E98A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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