Html Css Color HEX #EAAF0D Gamboge

📋 copy color: '#EAAF0D'

red 234 ◦ green 175 ◦ blue 13

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

Shades of Gamboge #EAAF0D

Tints of Gamboge #EAAF0D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.47%

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

R = 55.45%
G = 41.47%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAAF0D (or 0xEAAF0D) is known color: Gamboge. HEX triplet: EA, AF and 0D. RGB value is (234,175,13). Sum of RGB (Red+Green+Blue) = 234+175+13=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAF0D is #1550F2. Grayscale: #AEAEAE. Windows color (decimal): -1396979 or 897002. OLE color: 897002.

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

Color convert

RGB 234 175 13 -
CMYK 0 0.25 0.94 0.08
HSL 43.98º 0.89% 0.48% -
HSV(B) 43.98º 0.94% 0.92% -
XYZ 49.33 48.18 7.08 -
YUV 174.17 37.05 170.67 -
System Red Green Blue C M Y K H S L
Decimal 234 175 13 0 0.25 0.94 0.08 43.98 0.89 0.48
Hex EA AF D 0 19 5E 8 2C 59 30
Octal 352 257 15 0 31 136 10 54 131 60
Binary 11101010 10101111 1101 0 11001 1011110 1000 101100 1011001 110000

Color Harmonies of #EAAF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF0D

Black with #EAAF0D

Text Example


Text Example

White with #EAAF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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