Html Css Color HEX #E98C30 California

📋 copy color: '#E98C30'

red 233 ◦ green 140 ◦ blue 48

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

Shades of California #E98C30

Tints of California #E98C30

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.25%

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

R = 55.34%
G = 33.25%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E98C30 (or 0xE98C30) is known color: California. HEX triplet: E9, 8C and 30. RGB value is (233,140,48). Sum of RGB (Red+Green+Blue) = 233+140+48=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98C30 is #1673CF. Grayscale: #9D9D9D. Windows color (decimal): -1471440 or 3181801. OLE color: 3181801.

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

Color convert

RGB 233 140 48 -
CMYK 0 0.40 0.79 0.09
HSL 29.84º 0.81% 0.55% -
HSV(B) 29.84º 0.79% 0.91% -
XYZ 43.52 36.29 7.51 -
YUV 157.32 66.31 181.98 -
System Red Green Blue C M Y K H S L
Decimal 233 140 48 0 0.40 0.79 0.09 29.84 0.81 0.55
Hex E9 8C 30 0 28 4F 9 1E 51 37
Octal 351 214 60 0 50 117 11 36 121 67
Binary 11101001 10001100 110000 0 101000 1001111 1001 11110 1010001 110111

Color Harmonies of #E98C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98C30

Black with #E98C30

Text Example


Text Example

White with #E98C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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