Html Css Color HEX #EB8C14 Carrot Orange

📋 copy color: '#EB8C14'

red 235 ◦ green 140 ◦ blue 20

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

Shades of Carrot Orange #EB8C14

Tints of Carrot Orange #EB8C14

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.44%

 BLUE value IS 20 (8.2% from 255) = 5.06%

R = 59.49%
G = 35.44%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB8C14 (or 0xEB8C14) is known color: Carrot Orange. HEX triplet: EB, 8C and 14. RGB value is (235,140,20). Sum of RGB (Red+Green+Blue) = 235+140+20=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8C14 is #1473EB. Grayscale: #9B9B9B. Windows color (decimal): -1340396 or 1346795. OLE color: 1346795.

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

Color convert

RGB 235 140 20 -
CMYK 0 0.40 0.91 0.08
HSL 33.49º 0.84% 0.5% -
HSV(B) 33.49º 0.91% 0.92% -
XYZ 43.77 36.47 5.39 -
YUV 154.73 51.97 185.26 -
System Red Green Blue C M Y K H S L
Decimal 235 140 20 0 0.40 0.91 0.08 33.49 0.84 0.5
Hex EB 8C 14 0 28 5B 8 21 54 32
Octal 353 214 24 0 50 133 10 41 124 62
Binary 11101011 10001100 10100 0 101000 1011011 1000 100001 1010100 110010

Color Harmonies of #EB8C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C14

Black with #EB8C14

Text Example


Text Example

White with #EB8C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C14; }

 p { color: rgb(235,140,20); }

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

background-color css

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

 a { background-color: rgb(235,140,20); }

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

border-color css

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

 span { border-color: rgb(235,140,20); }

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