Html Css Color HEX #EAA714 Gamboge

📋 copy color: '#EAA714'

red 234 ◦ green 167 ◦ blue 20

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

Shades of Gamboge #EAA714

Tints of Gamboge #EAA714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.75%

R = 55.58%
G = 39.67%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAA714 (or 0xEAA714) is known color: Gamboge. HEX triplet: EA, A7 and 14. RGB value is (234,167,20). Sum of RGB (Red+Green+Blue) = 234+167+20=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA714 is #1558EB. Grayscale: #AAAAAA. Windows color (decimal): -1399020 or 1353706. OLE color: 1353706.

HSL color Cylindrical-coordinate representation of color #EAA714: hue angle of 41.21º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAA714 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 167 20 -
CMYK 0 0.29 0.91 0.08
HSL 41.21º 0.84% 0.5% -
HSV(B) 41.21º 0.91% 0.92% -
XYZ 47.88 45.18 6.86 -
YUV 170.28 43.2 173.45 -
System Red Green Blue C M Y K H S L
Decimal 234 167 20 0 0.29 0.91 0.08 41.21 0.84 0.5
Hex EA A7 14 0 1D 5B 8 29 54 32
Octal 352 247 24 0 35 133 10 51 124 62
Binary 11101010 10100111 10100 0 11101 1011011 1000 101001 1010100 110010

Color Harmonies of #EAA714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA714

Black with #EAA714

Text Example


Text Example

White with #EAA714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA714; }

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

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

background-color css

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

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

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

border-color css

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

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

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