Html Css Color HEX #E8AF02 Gamboge

📋 copy color: '#E8AF02'

red 232 ◦ green 175 ◦ blue 2

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

Shades of Gamboge #E8AF02

Tints of Gamboge #E8AF02

RGB

 RED value IS 232 (91.02% from 255) = 56.72%

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

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

R = 56.72%
G = 42.79%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E8AF02 (or 0xE8AF02) is known color: Gamboge. HEX triplet: E8, AF and 02. RGB value is (232,175,2). Sum of RGB (Red+Green+Blue) = 232+175+2=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AF02 is #1750FD. Grayscale: #ADADAD. Windows color (decimal): -1528062 or 176104. OLE color: 176104.

HSL color Cylindrical-coordinate representation of color #E8AF02: hue angle of 45.13º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8AF02 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 175 2 -
CMYK 0 0.25 0.99 0.09
HSL 45.13º 0.98% 0.46% -
HSV(B) 45.13º 0.99% 0.91% -
XYZ 48.62 47.82 6.73 -
YUV 172.32 31.88 170.57 -
System Red Green Blue C M Y K H S L
Decimal 232 175 2 0 0.25 0.99 0.09 45.13 0.98 0.46
Hex E8 AF 2 0 19 63 9 2D 62 2E
Octal 350 257 2 0 31 143 11 55 142 56
Binary 11101000 10101111 10 0 11001 1100011 1001 101101 1100010 101110

Color Harmonies of #E8AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF02

Black with #E8AF02

Text Example


Text Example

White with #E8AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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