Html Css Color HEX #EAAF0F Gamboge

📋 copy color: '#EAAF0F'

red 234 ◦ green 175 ◦ blue 15

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

Shades of Gamboge #EAAF0F

Tints of Gamboge #EAAF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.54%

R = 55.19%
G = 41.27%
B = 3.54%

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

#EAAF0F (or 0xEAAF0F) is known color: Gamboge. HEX triplet: EA, AF and 0F. RGB value is (234,175,15). Sum of RGB (Red+Green+Blue) = 234+175+15=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAF0F is #1550F0. Grayscale: #AFAFAF. Windows color (decimal): -1396977 or 1028074. OLE color: 1028074.

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

Color convert

RGB 234 175 15 -
CMYK 0 0.25 0.94 0.08
HSL 43.84º 0.88% 0.49% -
HSV(B) 43.84º 0.94% 0.92% -
XYZ 49.35 48.19 7.15 -
YUV 174.4 38.05 170.51 -
System Red Green Blue C M Y K H S L
Decimal 234 175 15 0 0.25 0.94 0.08 43.84 0.88 0.49
Hex EA AF F 0 19 5E 8 2C 58 31
Octal 352 257 17 0 31 136 10 54 130 61
Binary 11101010 10101111 1111 0 11001 1011110 1000 101100 1011000 110001

Color Harmonies of #EAAF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF0F

Black with #EAAF0F

Text Example


Text Example

White with #EAAF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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