Html Css Color HEX #EBA027 Carrot Orange

📋 copy color: '#EBA027'

red 235 ◦ green 160 ◦ blue 39

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

Shades of Carrot Orange #EBA027

Tints of Carrot Orange #EBA027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.99%

R = 54.15%
G = 36.87%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBA027 (or 0xEBA027) is known color: Carrot Orange. HEX triplet: EB, A0 and 27. RGB value is (235,160,39). Sum of RGB (Red+Green+Blue) = 235+160+39=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 39 (15.62% from 255 or 8.99% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA027 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA027 is #145FD8. Grayscale: #A9A9A9. Windows color (decimal): -1335257 or 2597099. OLE color: 2597099.

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

Color convert

RGB 235 160 39 -
CMYK 0 0.32 0.83 0.08
HSL 37.04º 0.83% 0.54% -
HSV(B) 37.04º 0.83% 0.92% -
XYZ 47.2 42.95 7.72 -
YUV 168.63 54.85 175.34 -
System Red Green Blue C M Y K H S L
Decimal 235 160 39 0 0.32 0.83 0.08 37.04 0.83 0.54
Hex EB A0 27 0 20 53 8 25 53 36
Octal 353 240 47 0 40 123 10 45 123 66
Binary 11101011 10100000 100111 0 100000 1010011 1000 100101 1010011 110110

Color Harmonies of #EBA027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA027

Black with #EBA027

Text Example


Text Example

White with #EBA027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA027; }

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

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

background-color css

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

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

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

border-color css

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

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

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