Html Css Color HEX #E98A3F California

📋 copy color: '#E98A3F'

red 233 ◦ green 138 ◦ blue 63

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

Shades of California #E98A3F

Tints of California #E98A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.52%

R = 53.69%
G = 31.8%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E98A3F (or 0xE98A3F) is known color: California. HEX triplet: E9, 8A and 3F. RGB value is (233,138,63). Sum of RGB (Red+Green+Blue) = 233+138+63=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98A3F is #1675C0. Grayscale: #9E9E9E. Windows color (decimal): -1471937 or 4164329. OLE color: 4164329.

HSL color Cylindrical-coordinate representation of color #E98A3F: hue angle of 26.47º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E98A3F is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 138 63 -
CMYK 0 0.41 0.73 0.09
HSL 26.47º 0.79% 0.58% -
HSV(B) 26.47º 0.73% 0.91% -
XYZ 43.59 35.86 9.33 -
YUV 157.86 74.47 181.6 -
System Red Green Blue C M Y K H S L
Decimal 233 138 63 0 0.41 0.73 0.09 26.47 0.79 0.58
Hex E9 8A 3F 0 29 49 9 1A 4F 3A
Octal 351 212 77 0 51 111 11 32 117 72
Binary 11101001 10001010 111111 0 101001 1001001 1001 11010 1001111 111010

Color Harmonies of #E98A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98A3F

Black with #E98A3F

Text Example


Text Example

White with #E98A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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