Html Css Color HEX #EB8512 Carrot Orange

📋 copy color: '#EB8512'

red 235 ◦ green 133 ◦ blue 18

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

Shades of Carrot Orange #EB8512

Tints of Carrot Orange #EB8512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.46%

 BLUE value IS 18 (7.42% from 255) = 4.66%

R = 60.88%
G = 34.46%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB8512 (or 0xEB8512) is known color: Carrot Orange. HEX triplet: EB, 85 and 12. RGB value is (235,133,18). Sum of RGB (Red+Green+Blue) = 235+133+18=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8512 is #147AED. Grayscale: #969696. Windows color (decimal): -1342190 or 1213931. OLE color: 1213931.

HSL color Cylindrical-coordinate representation of color #EB8512: hue angle of 31.8º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB8512 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 133 18 -
CMYK 0 0.43 0.92 0.08
HSL 31.8º 0.86% 0.5% -
HSV(B) 31.8º 0.92% 0.92% -
XYZ 42.76 34.48 4.97 -
YUV 150.39 53.29 188.35 -
System Red Green Blue C M Y K H S L
Decimal 235 133 18 0 0.43 0.92 0.08 31.8 0.86 0.5
Hex EB 85 12 0 2B 5C 8 20 56 32
Octal 353 205 22 0 53 134 10 40 126 62
Binary 11101011 10000101 10010 0 101011 1011100 1000 100000 1010110 110010

Color Harmonies of #EB8512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8512

Black with #EB8512

Text Example


Text Example

White with #EB8512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8512; }

 p { color: rgb(235,133,18); }

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

background-color css

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

 a { background-color: rgb(235,133,18); }

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

border-color css

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

 span { border-color: rgb(235,133,18); }

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