Html Css Color HEX #EB8F3F California

📋 copy color: '#EB8F3F'

red 235 ◦ green 143 ◦ blue 63

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

Shades of California #EB8F3F

Tints of California #EB8F3F

RGB

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

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

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

R = 53.29%
G = 32.43%
B = 14.29%

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

#EB8F3F (or 0xEB8F3F) is known color: California. HEX triplet: EB, 8F and 3F. RGB value is (235,143,63). Sum of RGB (Red+Green+Blue) = 235+143+63=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8F3F is #1470C0. Grayscale: #A1A1A1. Windows color (decimal): -1339585 or 4165611. OLE color: 4165611.

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

Color convert

RGB 235 143 63 -
CMYK 0 0.39 0.73 0.08
HSL 27.91º 0.81% 0.58% -
HSV(B) 27.91º 0.73% 0.92% -
XYZ 44.98 37.67 9.6 -
YUV 161.39 72.48 180.5 -
System Red Green Blue C M Y K H S L
Decimal 235 143 63 0 0.39 0.73 0.08 27.91 0.81 0.58
Hex EB 8F 3F 0 27 49 8 1C 51 3A
Octal 353 217 77 0 47 111 10 34 121 72
Binary 11101011 10001111 111111 0 100111 1001001 1000 11100 1010001 111010

Color Harmonies of #EB8F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8F3F

Black with #EB8F3F

Text Example


Text Example

White with #EB8F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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