Html Css Color HEX #EAA21A Gamboge

📋 copy color: '#EAA21A'

red 234 ◦ green 162 ◦ blue 26

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

Shades of Gamboge #EAA21A

Tints of Gamboge #EAA21A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.39%

 BLUE value IS 26 (10.55% from 255) = 6.16%

R = 55.45%
G = 38.39%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAA21A (or 0xEAA21A) is known color: Gamboge. HEX triplet: EA, A2 and 1A. RGB value is (234,162,26). Sum of RGB (Red+Green+Blue) = 234+162+26=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 26 (10.55% from 255 or 6.16% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA21A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA21A is #155DE5. Grayscale: #A8A8A8. Windows color (decimal): -1400294 or 1745642. OLE color: 1745642.

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

Color convert

RGB 234 162 26 -
CMYK 0 0.31 0.89 0.08
HSL 39.23º 0.83% 0.51% -
HSV(B) 39.23º 0.89% 0.92% -
XYZ 47.04 43.41 6.88 -
YUV 168.02 47.85 175.06 -
System Red Green Blue C M Y K H S L
Decimal 234 162 26 0 0.31 0.89 0.08 39.23 0.83 0.51
Hex EA A2 1A 0 1F 59 8 27 53 33
Octal 352 242 32 0 37 131 10 47 123 63
Binary 11101010 10100010 11010 0 11111 1011001 1000 100111 1010011 110011

Color Harmonies of #EAA21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA21A

Black with #EAA21A

Text Example


Text Example

White with #EAA21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA21A; }

 p { color: rgb(234,162,26); }

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

background-color css

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

 a { background-color: rgb(234,162,26); }

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

border-color css

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

 span { border-color: rgb(234,162,26); }

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