Html Css Color HEX #E8AF04 Gamboge

📋 copy color: '#E8AF04'

red 232 ◦ green 175 ◦ blue 4

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

Shades of Gamboge #E8AF04

Tints of Gamboge #E8AF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 56.45%
G = 42.58%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E8AF04 (or 0xE8AF04) is known color: Gamboge. HEX triplet: E8, AF and 04. RGB value is (232,175,4). Sum of RGB (Red+Green+Blue) = 232+175+4=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AF04 is #1750FB. Grayscale: #ADADAD. Windows color (decimal): -1528060 or 307176. OLE color: 307176.

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

Color convert

RGB 232 175 4 -
CMYK 0 0.25 0.98 0.09
HSL 45º 0.97% 0.46% -
HSV(B) 45º 0.98% 0.91% -
XYZ 48.63 47.82 6.78 -
YUV 172.55 32.88 170.4 -
System Red Green Blue C M Y K H S L
Decimal 232 175 4 0 0.25 0.98 0.09 45 0.97 0.46
Hex E8 AF 4 0 19 62 9 2D 61 2E
Octal 350 257 4 0 31 142 11 55 141 56
Binary 11101000 10101111 100 0 11001 1100010 1001 101101 1100001 101110

Color Harmonies of #E8AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF04

Black with #E8AF04

Text Example


Text Example

White with #E8AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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