Html Css Color HEX #EAA719 Gamboge

📋 copy color: '#EAA719'

red 234 ◦ green 167 ◦ blue 25

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

Shades of Gamboge #EAA719

Tints of Gamboge #EAA719

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.2%

 BLUE value IS 25 (10.16% from 255) = 5.87%

R = 54.93%
G = 39.2%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAA719 (or 0xEAA719) is known color: Gamboge. HEX triplet: EA, A7 and 19. RGB value is (234,167,25). Sum of RGB (Red+Green+Blue) = 234+167+25=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 25 (10.16% from 255 or 5.87% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA719 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA719 is #1558E6. Grayscale: #ABABAB. Windows color (decimal): -1399015 or 1681386. OLE color: 1681386.

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

Color convert

RGB 234 167 25 -
CMYK 0 0.29 0.89 0.08
HSL 40.77º 0.83% 0.51% -
HSV(B) 40.77º 0.89% 0.92% -
XYZ 47.93 45.2 7.12 -
YUV 170.85 45.7 173.05 -
System Red Green Blue C M Y K H S L
Decimal 234 167 25 0 0.29 0.89 0.08 40.77 0.83 0.51
Hex EA A7 19 0 1D 59 8 29 53 33
Octal 352 247 31 0 35 131 10 51 123 63
Binary 11101010 10100111 11001 0 11101 1011001 1000 101001 1010011 110011

Color Harmonies of #EAA719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA719

Black with #EAA719

Text Example


Text Example

White with #EAA719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA719; }

 p { color: rgb(234,167,25); }

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

background-color css

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

 a { background-color: rgb(234,167,25); }

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

border-color css

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

 span { border-color: rgb(234,167,25); }

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