Html Css Color HEX #EBA024 Carrot Orange

📋 copy color: '#EBA024'

red 235 ◦ green 160 ◦ blue 36

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

Shades of Carrot Orange #EBA024

Tints of Carrot Orange #EBA024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.35%

R = 54.52%
G = 37.12%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EBA024 (or 0xEBA024) is known color: Carrot Orange. HEX triplet: EB, A0 and 24. RGB value is (235,160,36). Sum of RGB (Red+Green+Blue) = 235+160+36=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 36 (14.45% from 255 or 8.35% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA024 is #145FDB. Grayscale: #A8A8A8. Windows color (decimal): -1335260 or 2400491. OLE color: 2400491.

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

Color convert

RGB 235 160 36 -
CMYK 0 0.32 0.85 0.08
HSL 37.39º 0.83% 0.53% -
HSV(B) 37.39º 0.85% 0.92% -
XYZ 47.15 42.93 7.47 -
YUV 168.29 53.35 175.58 -
System Red Green Blue C M Y K H S L
Decimal 235 160 36 0 0.32 0.85 0.08 37.39 0.83 0.53
Hex EB A0 24 0 20 55 8 25 53 35
Octal 353 240 44 0 40 125 10 45 123 65
Binary 11101011 10100000 100100 0 100000 1010101 1000 100101 1010011 110101

Color Harmonies of #EBA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA024

Black with #EBA024

Text Example


Text Example

White with #EBA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA024; }

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

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

background-color css

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

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

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

border-color css

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

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

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