Html Css Color HEX #EAA61C Gamboge

📋 copy color: '#EAA61C'

red 234 ◦ green 166 ◦ blue 28

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

Shades of Gamboge #EAA61C

Tints of Gamboge #EAA61C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.79%

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

R = 54.67%
G = 38.79%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAA61C (or 0xEAA61C) is known color: Gamboge. HEX triplet: EA, A6 and 1C. RGB value is (234,166,28). Sum of RGB (Red+Green+Blue) = 234+166+28=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA61C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA61C is #1559E3. Grayscale: #ABABAB. Windows color (decimal): -1399268 or 1877738. OLE color: 1877738.

HSL color Cylindrical-coordinate representation of color #EAA61C: hue angle of 40.19º 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 #EAA61C is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 166 28 -
CMYK 0 0.29 0.88 0.08
HSL 40.19º 0.83% 0.51% -
HSV(B) 40.19º 0.88% 0.92% -
XYZ 47.78 44.85 7.24 -
YUV 170.6 47.53 173.22 -
System Red Green Blue C M Y K H S L
Decimal 234 166 28 0 0.29 0.88 0.08 40.19 0.83 0.51
Hex EA A6 1C 0 1D 58 8 28 53 33
Octal 352 246 34 0 35 130 10 50 123 63
Binary 11101010 10100110 11100 0 11101 1011000 1000 101000 1010011 110011

Color Harmonies of #EAA61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA61C

Black with #EAA61C

Text Example


Text Example

White with #EAA61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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