Html Css Color HEX #EB9F20 Carrot Orange

📋 copy color: '#EB9F20'

red 235 ◦ green 159 ◦ blue 32

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

Shades of Carrot Orange #EB9F20

Tints of Carrot Orange #EB9F20

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.32%

 BLUE value IS 32 (12.89% from 255) = 7.51%

R = 55.16%
G = 37.32%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB9F20 (or 0xEB9F20) is known color: Carrot Orange. HEX triplet: EB, 9F and 20. RGB value is (235,159,32). Sum of RGB (Red+Green+Blue) = 235+159+32=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9F20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9F20 is #1460DF. Grayscale: #A7A7A7. Windows color (decimal): -1335520 or 2138091. OLE color: 2138091.

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

Color convert

RGB 235 159 32 -
CMYK 0 0.32 0.86 0.08
HSL 37.54º 0.84% 0.52% -
HSV(B) 37.54º 0.86% 0.92% -
XYZ 46.92 42.56 7.11 -
YUV 167.25 51.68 176.33 -
System Red Green Blue C M Y K H S L
Decimal 235 159 32 0 0.32 0.86 0.08 37.54 0.84 0.52
Hex EB 9F 20 0 20 56 8 26 54 34
Octal 353 237 40 0 40 126 10 46 124 64
Binary 11101011 10011111 100000 0 100000 1010110 1000 100110 1010100 110100

Color Harmonies of #EB9F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9F20

Black with #EB9F20

Text Example


Text Example

White with #EB9F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9F20; }

 p { color: rgb(235,159,32); }

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

background-color css

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

 a { background-color: rgb(235,159,32); }

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

border-color css

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

 span { border-color: rgb(235,159,32); }

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