Html Css Color HEX #EB9040 California

📋 copy color: '#EB9040'

red 235 ◦ green 144 ◦ blue 64

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

Shades of California #EB9040

Tints of California #EB9040

RGB

 RED value IS 235 (92.19% from 255) = 53.05%

 GREEN value IS 144 (56.64% from 255) = 32.51%

 BLUE value IS 64 (25.39% from 255) = 14.45%

R = 53.05%
G = 32.51%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB9040 (or 0xEB9040) is known color: California. HEX triplet: EB, 90 and 40. RGB value is (235,144,64). Sum of RGB (Red+Green+Blue) = 235+144+64=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9040 is #146FBF. Grayscale: #A2A2A2. Windows color (decimal): -1339328 or 4231403. OLE color: 4231403.

HSL color Cylindrical-coordinate representation of color #EB9040: hue angle of 28.07º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB9040 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 144 64 -
CMYK 0 0.39 0.73 0.08
HSL 28.07º 0.81% 0.59% -
HSV(B) 28.07º 0.73% 0.92% -
XYZ 45.16 37.98 9.8 -
YUV 162.09 72.65 180 -
System Red Green Blue C M Y K H S L
Decimal 235 144 64 0 0.39 0.73 0.08 28.07 0.81 0.59
Hex EB 90 40 0 27 49 8 1C 51 3B
Octal 353 220 100 0 47 111 10 34 121 73
Binary 11101011 10010000 1000000 0 100111 1001001 1000 11100 1010001 111011

Color Harmonies of #EB9040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9040

Black with #EB9040

Text Example


Text Example

White with #EB9040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9040; }

 p { color: rgb(235,144,64); }

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

background-color css

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

 a { background-color: rgb(235,144,64); }

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

border-color css

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

 span { border-color: rgb(235,144,64); }

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