Html Css Color HEX #E98A2F California

📋 copy color: '#E98A2F'

red 233 ◦ green 138 ◦ blue 47

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

Shades of California #E98A2F

Tints of California #E98A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.24%

R = 55.74%
G = 33.01%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E98A2F (or 0xE98A2F) is known color: California. HEX triplet: E9, 8A and 2F. RGB value is (233,138,47). Sum of RGB (Red+Green+Blue) = 233+138+47=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98A2F is #1675D0. Grayscale: #9C9C9C. Windows color (decimal): -1471953 or 3115753. OLE color: 3115753.

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

Color convert

RGB 233 138 47 -
CMYK 0 0.41 0.80 0.09
HSL 29.35º 0.81% 0.55% -
HSV(B) 29.35º 0.8% 0.91% -
XYZ 43.21 35.71 7.3 -
YUV 156.03 66.47 182.9 -
System Red Green Blue C M Y K H S L
Decimal 233 138 47 0 0.41 0.80 0.09 29.35 0.81 0.55
Hex E9 8A 2F 0 29 50 9 1D 51 37
Octal 351 212 57 0 51 120 11 35 121 67
Binary 11101001 10001010 101111 0 101001 1010000 1001 11101 1010001 110111

Color Harmonies of #E98A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98A2F

Black with #E98A2F

Text Example


Text Example

White with #E98A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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