Html Css Color HEX #EBA120 Carrot Orange

📋 copy color: '#EBA120'

red 235 ◦ green 161 ◦ blue 32

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

Shades of Carrot Orange #EBA120

Tints of Carrot Orange #EBA120

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.62%

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

R = 54.91%
G = 37.62%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBA120 (or 0xEBA120) is known color: Carrot Orange. HEX triplet: EB, A1 and 20. RGB value is (235,161,32). Sum of RGB (Red+Green+Blue) = 235+161+32=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA120 is #145EDF. Grayscale: #A9A9A9. Windows color (decimal): -1335008 or 2138603. OLE color: 2138603.

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

Color convert

RGB 235 161 32 -
CMYK 0 0.31 0.86 0.08
HSL 38.13º 0.84% 0.52% -
HSV(B) 38.13º 0.86% 0.92% -
XYZ 47.27 43.26 7.22 -
YUV 168.42 51.02 175.49 -
System Red Green Blue C M Y K H S L
Decimal 235 161 32 0 0.31 0.86 0.08 38.13 0.84 0.52
Hex EB A1 20 0 1F 56 8 26 54 34
Octal 353 241 40 0 37 126 10 46 124 64
Binary 11101011 10100001 100000 0 11111 1010110 1000 100110 1010100 110100

Color Harmonies of #EBA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA120

Black with #EBA120

Text Example


Text Example

White with #EBA120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA120; }

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

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

background-color css

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

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

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

border-color css

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

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

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