Html Css Color HEX #EAA121 Carrot Orange

📋 copy color: '#EAA121'

red 234 ◦ green 161 ◦ blue 33

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

Shades of Carrot Orange #EAA121

Tints of Carrot Orange #EAA121

RGB

 RED value IS 234 (91.8% from 255) = 54.67%

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

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

R = 54.67%
G = 37.62%
B = 7.71%

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

#EAA121 (or 0xEAA121) is known color: Carrot Orange. HEX triplet: EA, A1 and 21. RGB value is (234,161,33). Sum of RGB (Red+Green+Blue) = 234+161+33=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 33 (13.28% from 255 or 7.71% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA121 is #155EDE. Grayscale: #A8A8A8. Windows color (decimal): -1400543 or 2204138. OLE color: 2204138.

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

Color convert

RGB 234 161 33 -
CMYK 0 0.31 0.86 0.08
HSL 38.21º 0.83% 0.52% -
HSV(B) 38.21º 0.86% 0.92% -
XYZ 46.95 43.09 7.28 -
YUV 168.24 51.68 174.91 -
System Red Green Blue C M Y K H S L
Decimal 234 161 33 0 0.31 0.86 0.08 38.21 0.83 0.52
Hex EA A1 21 0 1F 56 8 26 53 34
Octal 352 241 41 0 37 126 10 46 123 64
Binary 11101010 10100001 100001 0 11111 1010110 1000 100110 1010011 110100

Color Harmonies of #EAA121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA121

Black with #EAA121

Text Example


Text Example

White with #EAA121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA121; }

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

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

background-color css

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

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

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

border-color css

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

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

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