Html Css Color HEX #E8953B California

📋 copy color: '#E8953B'

red 232 ◦ green 149 ◦ blue 59

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

Shades of California #E8953B

Tints of California #E8953B

RGB

 RED value IS 232 (91.02% from 255) = 52.73%

 GREEN value IS 149 (58.59% from 255) = 33.86%

 BLUE value IS 59 (23.44% from 255) = 13.41%

R = 52.73%
G = 33.86%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E8953B (or 0xE8953B) is known color: California. HEX triplet: E8, 95 and 3B. RGB value is (232,149,59). Sum of RGB (Red+Green+Blue) = 232+149+59=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E8953B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8953B is #176AC4. Grayscale: #A4A4A4. Windows color (decimal): -1534661 or 3905000. OLE color: 3905000.

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

Color convert

RGB 232 149 59 -
CMYK 0 0.36 0.75 0.09
HSL 31.21º 0.79% 0.57% -
HSV(B) 31.21º 0.75% 0.91% -
XYZ 44.82 38.97 9.3 -
YUV 163.56 69 176.82 -
System Red Green Blue C M Y K H S L
Decimal 232 149 59 0 0.36 0.75 0.09 31.21 0.79 0.57
Hex E8 95 3B 0 24 4B 9 1F 4F 39
Octal 350 225 73 0 44 113 11 37 117 71
Binary 11101000 10010101 111011 0 100100 1001011 1001 11111 1001111 111001

Color Harmonies of #E8953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8953B

Black with #E8953B

Text Example


Text Example

White with #E8953B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8953B; }

 p { color: rgb(232,149,59); }

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

background-color css

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

 a { background-color: rgb(232,149,59); }

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

border-color css

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

 span { border-color: rgb(232,149,59); }

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