Html Css Color HEX #EBA01F Carrot Orange

📋 copy color: '#EBA01F'

red 235 ◦ green 160 ◦ blue 31

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

Shades of Carrot Orange #EBA01F

Tints of Carrot Orange #EBA01F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.56%

 BLUE value IS 31 (12.5% from 255) = 7.28%

R = 55.16%
G = 37.56%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EBA01F (or 0xEBA01F) is known color: Carrot Orange. HEX triplet: EB, A0 and 1F. RGB value is (235,160,31). Sum of RGB (Red+Green+Blue) = 235+160+31=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA01F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA01F is #145FE0. Grayscale: #A8A8A8. Windows color (decimal): -1335265 or 2072811. OLE color: 2072811.

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

Color convert

RGB 235 160 31 -
CMYK 0 0.32 0.87 0.08
HSL 37.94º 0.84% 0.52% -
HSV(B) 37.94º 0.87% 0.92% -
XYZ 47.08 42.9 7.1 -
YUV 167.72 50.85 175.99 -
System Red Green Blue C M Y K H S L
Decimal 235 160 31 0 0.32 0.87 0.08 37.94 0.84 0.52
Hex EB A0 1F 0 20 57 8 26 54 34
Octal 353 240 37 0 40 127 10 46 124 64
Binary 11101011 10100000 11111 0 100000 1010111 1000 100110 1010100 110100

Color Harmonies of #EBA01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA01F

Black with #EBA01F

Text Example


Text Example

White with #EBA01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA01F; }

 p { color: rgb(235,160,31); }

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

background-color css

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

 a { background-color: rgb(235,160,31); }

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

border-color css

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

 span { border-color: rgb(235,160,31); }

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