Html Css Color HEX #EAA501 Gamboge

📋 copy color: '#EAA501'

red 234 ◦ green 165 ◦ blue 1

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

Shades of Gamboge #EAA501

Tints of Gamboge #EAA501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.25%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 58.5%
G = 41.25%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EAA501 (or 0xEAA501) is known color: Gamboge. HEX triplet: EA, A5 and 01. RGB value is (234,165,1). Sum of RGB (Red+Green+Blue) = 234+165+1=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA501 is #155AFE. Grayscale: #A7A7A7. Windows color (decimal): -1399551 or 108010. OLE color: 108010.

HSL color Cylindrical-coordinate representation of color #EAA501: hue angle of 42.23º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAA501 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 165 1 -
CMYK 0 0.29 1.00 0.08
HSL 42.23º 0.99% 0.46% -
HSV(B) 42.23º 1% 0.92% -
XYZ 47.39 44.4 6.1 -
YUV 166.94 34.36 175.84 -
System Red Green Blue C M Y K H S L
Decimal 234 165 1 0 0.29 1.00 0.08 42.23 0.99 0.46
Hex EA A5 1 0 1D 64 8 2A 63 2E
Octal 352 245 1 0 35 144 10 52 143 56
Binary 11101010 10100101 1 0 11101 1100100 1000 101010 1100011 101110

Color Harmonies of #EAA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA501

Black with #EAA501

Text Example


Text Example

White with #EAA501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA501; }

 p { color: rgb(234,165,1); }

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

background-color css

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

 a { background-color: rgb(234,165,1); }

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

border-color css

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

 span { border-color: rgb(234,165,1); }

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