Html Css Color HEX #EAA90D Gamboge

📋 copy color: '#EAA90D'

red 234 ◦ green 169 ◦ blue 13

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

Shades of Gamboge #EAA90D

Tints of Gamboge #EAA90D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.63%

 BLUE value IS 13 (5.47% from 255) = 3.13%

R = 56.25%
G = 40.63%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAA90D (or 0xEAA90D) is known color: Gamboge. HEX triplet: EA, A9 and 0D. RGB value is (234,169,13). Sum of RGB (Red+Green+Blue) = 234+169+13=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA90D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA90D is #1556F2. Grayscale: #ABABAB. Windows color (decimal): -1398515 or 895466. OLE color: 895466.

HSL color Cylindrical-coordinate representation of color #EAA90D: hue angle of 42.35º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAA90D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 169 13 -
CMYK 0 0.28 0.94 0.08
HSL 42.35º 0.89% 0.48% -
HSV(B) 42.35º 0.94% 0.92% -
XYZ 48.19 45.9 6.7 -
YUV 170.65 39.03 173.18 -
System Red Green Blue C M Y K H S L
Decimal 234 169 13 0 0.28 0.94 0.08 42.35 0.89 0.48
Hex EA A9 D 0 1C 5E 8 2A 59 30
Octal 352 251 15 0 34 136 10 52 131 60
Binary 11101010 10101001 1101 0 11100 1011110 1000 101010 1011001 110000

Color Harmonies of #EAA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA90D

Black with #EAA90D

Text Example


Text Example

White with #EAA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA90D; }

 p { color: rgb(234,169,13); }

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

background-color css

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

 a { background-color: rgb(234,169,13); }

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

border-color css

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

 span { border-color: rgb(234,169,13); }

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