Html Css Color HEX #E5AF02 Gamboge

📋 copy color: '#E5AF02'

red 229 ◦ green 175 ◦ blue 2

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

Shades of Gamboge #E5AF02

Tints of Gamboge #E5AF02

RGB

 RED value IS 229 (89.84% from 255) = 56.4%

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 56.4%
G = 43.1%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E5AF02 (or 0xE5AF02) is known color: Gamboge. HEX triplet: E5, AF and 02. RGB value is (229,175,2). Sum of RGB (Red+Green+Blue) = 229+175+2=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AF02 is #1A50FD. Grayscale: #ACACAC. Windows color (decimal): -1724670 or 176101. OLE color: 176101.

HSL color Cylindrical-coordinate representation of color #E5AF02: hue angle of 45.73º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5AF02 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 175 2 -
CMYK 0 0.24 0.99 0.10
HSL 45.73º 0.98% 0.45% -
HSV(B) 45.73º 0.99% 0.9% -
XYZ 47.65 47.32 6.68 -
YUV 171.42 32.39 169.07 -
System Red Green Blue C M Y K H S L
Decimal 229 175 2 0 0.24 0.99 0.10 45.73 0.98 0.45
Hex E5 AF 2 0 18 63 A 2E 62 2D
Octal 345 257 2 0 30 143 12 56 142 55
Binary 11100101 10101111 10 0 11000 1100011 1010 101110 1100010 101101

Color Harmonies of #E5AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AF02

Black with #E5AF02

Text Example


Text Example

White with #E5AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AF02; }

 p { color: rgb(229,175,2); }

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

background-color css

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

 a { background-color: rgb(229,175,2); }

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

border-color css

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

 span { border-color: rgb(229,175,2); }

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