Html Css Color HEX #E0AF05 Gamboge

📋 copy color: '#E0AF05'

red 224 ◦ green 175 ◦ blue 5

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

Shades of Gamboge #E0AF05

Tints of Gamboge #E0AF05

RGB

 RED value IS 224 (87.89% from 255) = 55.45%

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

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 55.45%
G = 43.32%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E0AF05 (or 0xE0AF05) is known color: Gamboge. HEX triplet: E0, AF and 05. RGB value is (224,175,5). Sum of RGB (Red+Green+Blue) = 224+175+5=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AF05 is #1F50FA. Grayscale: #ABABAB. Windows color (decimal): -2052347 or 372704. OLE color: 372704.

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

Color convert

RGB 224 175 5 -
CMYK 0 0.22 0.98 0.12
HSL 46.58º 0.96% 0.45% -
HSV(B) 46.58º 0.98% 0.88% -
XYZ 46.1 46.52 6.69 -
YUV 170.27 34.73 166.32 -
System Red Green Blue C M Y K H S L
Decimal 224 175 5 0 0.22 0.98 0.12 46.58 0.96 0.45
Hex E0 AF 5 0 16 62 C 2F 60 2D
Octal 340 257 5 0 26 142 14 57 140 55
Binary 11100000 10101111 101 0 10110 1100010 1100 101111 1100000 101101

Color Harmonies of #E0AF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AF05

Black with #E0AF05

Text Example


Text Example

White with #E0AF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AF05; }

 p { color: rgb(224,175,5); }

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

background-color css

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

 a { background-color: rgb(224,175,5); }

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

border-color css

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

 span { border-color: rgb(224,175,5); }

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