Html Css Color HEX #EAA21C Gamboge

📋 copy color: '#EAA21C'

red 234 ◦ green 162 ◦ blue 28

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

Shades of Gamboge #EAA21C

Tints of Gamboge #EAA21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.6%

R = 55.19%
G = 38.21%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAA21C (or 0xEAA21C) is known color: Gamboge. HEX triplet: EA, A2 and 1C. RGB value is (234,162,28). Sum of RGB (Red+Green+Blue) = 234+162+28=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA21C is #155DE3. Grayscale: #A8A8A8. Windows color (decimal): -1400292 or 1876714. OLE color: 1876714.

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

Color convert

RGB 234 162 28 -
CMYK 0 0.31 0.88 0.08
HSL 39.03º 0.83% 0.51% -
HSV(B) 39.03º 0.88% 0.92% -
XYZ 47.06 43.42 7 -
YUV 168.25 48.85 174.9 -
System Red Green Blue C M Y K H S L
Decimal 234 162 28 0 0.31 0.88 0.08 39.03 0.83 0.51
Hex EA A2 1C 0 1F 58 8 27 53 33
Octal 352 242 34 0 37 130 10 47 123 63
Binary 11101010 10100010 11100 0 11111 1011000 1000 100111 1010011 110011

Color Harmonies of #EAA21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA21C

Black with #EAA21C

Text Example


Text Example

White with #EAA21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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