Html Css Color HEX #EAA21D Gamboge

📋 copy color: '#EAA21D'

red 234 ◦ green 162 ◦ blue 29

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

Shades of Gamboge #EAA21D

Tints of Gamboge #EAA21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.82%

R = 55.06%
G = 38.12%
B = 6.82%

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

#EAA21D (or 0xEAA21D) is known color: Gamboge. HEX triplet: EA, A2 and 1D. RGB value is (234,162,29). Sum of RGB (Red+Green+Blue) = 234+162+29=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA21D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA21D is #155DE2. Grayscale: #A8A8A8. Windows color (decimal): -1400291 or 1942250. OLE color: 1942250.

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

Color convert

RGB 234 162 29 -
CMYK 0 0.31 0.88 0.08
HSL 38.93º 0.83% 0.52% -
HSV(B) 38.93º 0.88% 0.92% -
XYZ 47.07 43.42 7.06 -
YUV 168.37 49.35 174.81 -
System Red Green Blue C M Y K H S L
Decimal 234 162 29 0 0.31 0.88 0.08 38.93 0.83 0.52
Hex EA A2 1D 0 1F 58 8 27 53 34
Octal 352 242 35 0 37 130 10 47 123 64
Binary 11101010 10100010 11101 0 11111 1011000 1000 100111 1010011 110100

Color Harmonies of #EAA21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA21D

Black with #EAA21D

Text Example


Text Example

White with #EAA21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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