Html Css Color HEX #EB8F40 California

📋 copy color: '#EB8F40'

red 235 ◦ green 143 ◦ blue 64

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

Shades of California #EB8F40

Tints of California #EB8F40

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.35%

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

R = 53.17%
G = 32.35%
B = 14.48%

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

#EB8F40 (or 0xEB8F40) is known color: California. HEX triplet: EB, 8F and 40. RGB value is (235,143,64). Sum of RGB (Red+Green+Blue) = 235+143+64=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8F40 is #1470BF. Grayscale: #A1A1A1. Windows color (decimal): -1339584 or 4231147. OLE color: 4231147.

HSL color Cylindrical-coordinate representation of color #EB8F40: hue angle of 27.72º 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 #EB8F40 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 143 64 -
CMYK 0 0.39 0.73 0.08
HSL 27.72º 0.81% 0.59% -
HSV(B) 27.72º 0.73% 0.92% -
XYZ 45.01 37.68 9.75 -
YUV 161.5 72.98 180.42 -
System Red Green Blue C M Y K H S L
Decimal 235 143 64 0 0.39 0.73 0.08 27.72 0.81 0.59
Hex EB 8F 40 0 27 49 8 1C 51 3B
Octal 353 217 100 0 47 111 10 34 121 73
Binary 11101011 10001111 1000000 0 100111 1001001 1000 11100 1010001 111011

Color Harmonies of #EB8F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8F40

Black with #EB8F40

Text Example


Text Example

White with #EB8F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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