Html Css Color HEX #EAA618 Gamboge

📋 copy color: '#EAA618'

red 234 ◦ green 166 ◦ blue 24

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

Shades of Gamboge #EAA618

Tints of Gamboge #EAA618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.66%

R = 55.19%
G = 39.15%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EAA618 (or 0xEAA618) is known color: Gamboge. HEX triplet: EA, A6 and 18. RGB value is (234,166,24). Sum of RGB (Red+Green+Blue) = 234+166+24=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA618 is #1559E7. Grayscale: #AAAAAA. Windows color (decimal): -1399272 or 1615594. OLE color: 1615594.

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

Color convert

RGB 234 166 24 -
CMYK 0 0.29 0.90 0.08
HSL 40.57º 0.83% 0.51% -
HSV(B) 40.57º 0.9% 0.92% -
XYZ 47.73 44.83 7 -
YUV 170.14 45.53 173.55 -
System Red Green Blue C M Y K H S L
Decimal 234 166 24 0 0.29 0.90 0.08 40.57 0.83 0.51
Hex EA A6 18 0 1D 5A 8 29 53 33
Octal 352 246 30 0 35 132 10 51 123 63
Binary 11101010 10100110 11000 0 11101 1011010 1000 101001 1010011 110011

Color Harmonies of #EAA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA618

Black with #EAA618

Text Example


Text Example

White with #EAA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA618; }

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

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

background-color css

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

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

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

border-color css

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

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

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