Html Css Color HEX #E9A120 Carrot Orange

📋 copy color: '#E9A120'

red 233 ◦ green 161 ◦ blue 32

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

Shades of Carrot Orange #E9A120

Tints of Carrot Orange #E9A120

RGB

 RED value IS 233 (91.41% from 255) = 54.69%

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

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

R = 54.69%
G = 37.79%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E9A120 (or 0xE9A120) is known color: Carrot Orange. HEX triplet: E9, A1 and 20. RGB value is (233,161,32). Sum of RGB (Red+Green+Blue) = 233+161+32=426 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.69% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A120 is #165EDF. Grayscale: #A8A8A8. Windows color (decimal): -1466080 or 2138601. OLE color: 2138601.

HSL color Cylindrical-coordinate representation of color #E9A120: hue angle of 38.51º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9A120 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 161 32 -
CMYK 0 0.31 0.86 0.09
HSL 38.51º 0.82% 0.52% -
HSV(B) 38.51º 0.86% 0.91% -
XYZ 46.61 42.92 7.19 -
YUV 167.82 51.35 174.49 -
System Red Green Blue C M Y K H S L
Decimal 233 161 32 0 0.31 0.86 0.09 38.51 0.82 0.52
Hex E9 A1 20 0 1F 56 9 27 52 34
Octal 351 241 40 0 37 126 11 47 122 64
Binary 11101001 10100001 100000 0 11111 1010110 1001 100111 1010010 110100

Color Harmonies of #E9A120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A120

Black with #E9A120

Text Example


Text Example

White with #E9A120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A120; }

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

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

background-color css

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

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

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

border-color css

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

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

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