Html Css Color HEX #EBA121 Carrot Orange

📋 copy color: '#EBA121'

red 235 ◦ green 161 ◦ blue 33

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

Shades of Carrot Orange #EBA121

Tints of Carrot Orange #EBA121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.69%

R = 54.78%
G = 37.53%
B = 7.69%

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

#EBA121 (or 0xEBA121) is known color: Carrot Orange. HEX triplet: EB, A1 and 21. RGB value is (235,161,33). Sum of RGB (Red+Green+Blue) = 235+161+33=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA121 is #145EDE. Grayscale: #A9A9A9. Windows color (decimal): -1335007 or 2204139. OLE color: 2204139.

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

Color convert

RGB 235 161 33 -
CMYK 0 0.31 0.86 0.08
HSL 38.02º 0.83% 0.53% -
HSV(B) 38.02º 0.86% 0.92% -
XYZ 47.28 43.26 7.3 -
YUV 168.53 51.52 175.41 -
System Red Green Blue C M Y K H S L
Decimal 235 161 33 0 0.31 0.86 0.08 38.02 0.83 0.53
Hex EB A1 21 0 1F 56 8 26 53 35
Octal 353 241 41 0 37 126 10 46 123 65
Binary 11101011 10100001 100001 0 11111 1010110 1000 100110 1010011 110101

Color Harmonies of #EBA121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA121

Black with #EBA121

Text Example


Text Example

White with #EBA121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA121; }

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

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

background-color css

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

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

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

border-color css

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

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

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