Html Css Color HEX #E1AF08 Gamboge

📋 copy color: '#E1AF08'

red 225 ◦ green 175 ◦ blue 8

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

Shades of Gamboge #E1AF08

Tints of Gamboge #E1AF08

RGB

 RED value IS 225 (88.28% from 255) = 55.15%

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

 BLUE value IS 8 (3.52% from 255) = 1.96%

R = 55.15%
G = 42.89%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1AF08 (or 0xE1AF08) is known color: Gamboge. HEX triplet: E1, AF and 08. RGB value is (225,175,8). Sum of RGB (Red+Green+Blue) = 225+175+8=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 8 (3.52% from 255 or 1.96% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AF08 is #1E50F7. Grayscale: #ABABAB. Windows color (decimal): -1986808 or 569313. OLE color: 569313.

HSL color Cylindrical-coordinate representation of color #E1AF08: hue angle of 46.18º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1AF08 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 175 8 -
CMYK 0 0.22 0.96 0.12
HSL 46.18º 0.93% 0.46% -
HSV(B) 46.18º 0.96% 0.88% -
XYZ 46.43 46.69 6.79 -
YUV 170.91 36.07 166.58 -
System Red Green Blue C M Y K H S L
Decimal 225 175 8 0 0.22 0.96 0.12 46.18 0.93 0.46
Hex E1 AF 8 0 16 60 C 2E 5D 2E
Octal 341 257 10 0 26 140 14 56 135 56
Binary 11100001 10101111 1000 0 10110 1100000 1100 101110 1011101 101110

Color Harmonies of #E1AF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF08

Black with #E1AF08

Text Example


Text Example

White with #E1AF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF08; }

 p { color: rgb(225,175,8); }

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

background-color css

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

 a { background-color: rgb(225,175,8); }

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

border-color css

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

 span { border-color: rgb(225,175,8); }

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