Html Css Color HEX #EB8514 Carrot Orange

📋 copy color: '#EB8514'

red 235 ◦ green 133 ◦ blue 20

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

Shades of Carrot Orange #EB8514

Tints of Carrot Orange #EB8514

RGB

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

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

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

R = 60.57%
G = 34.28%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB8514 (or 0xEB8514) is known color: Carrot Orange. HEX triplet: EB, 85 and 14. RGB value is (235,133,20). Sum of RGB (Red+Green+Blue) = 235+133+20=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8514 is #147AEB. Grayscale: #979797. Windows color (decimal): -1342188 or 1345003. OLE color: 1345003.

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

Color convert

RGB 235 133 20 -
CMYK 0 0.43 0.91 0.08
HSL 31.53º 0.84% 0.5% -
HSV(B) 31.53º 0.91% 0.92% -
XYZ 42.77 34.49 5.06 -
YUV 150.62 54.29 188.19 -
System Red Green Blue C M Y K H S L
Decimal 235 133 20 0 0.43 0.91 0.08 31.53 0.84 0.5
Hex EB 85 14 0 2B 5B 8 20 54 32
Octal 353 205 24 0 53 133 10 40 124 62
Binary 11101011 10000101 10100 0 101011 1011011 1000 100000 1010100 110010

Color Harmonies of #EB8514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8514

Black with #EB8514

Text Example


Text Example

White with #EB8514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8514; }

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

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

background-color css

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

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

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

border-color css

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

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

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