Html Css Color HEX #E8AF03 Gamboge

📋 copy color: '#E8AF03'

red 232 ◦ green 175 ◦ blue 3

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

Shades of Gamboge #E8AF03

Tints of Gamboge #E8AF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 56.59%
G = 42.68%
B = 0.73%

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

#E8AF03 (or 0xE8AF03) is known color: Gamboge. HEX triplet: E8, AF and 03. RGB value is (232,175,3). Sum of RGB (Red+Green+Blue) = 232+175+3=410 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.59% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AF03 is #1750FC. Grayscale: #ADADAD. Windows color (decimal): -1528061 or 241640. OLE color: 241640.

HSL color Cylindrical-coordinate representation of color #E8AF03: hue angle of 45.07º degrees, saturation: 0.97, 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 #E8AF03 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 175 3 -
CMYK 0 0.25 0.99 0.09
HSL 45.07º 0.97% 0.46% -
HSV(B) 45.07º 0.99% 0.91% -
XYZ 48.63 47.82 6.75 -
YUV 172.44 32.38 170.49 -
System Red Green Blue C M Y K H S L
Decimal 232 175 3 0 0.25 0.99 0.09 45.07 0.97 0.46
Hex E8 AF 3 0 19 63 9 2D 61 2E
Octal 350 257 3 0 31 143 11 55 141 56
Binary 11101000 10101111 11 0 11001 1100011 1001 101101 1100001 101110

Color Harmonies of #E8AF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF03

Black with #E8AF03

Text Example


Text Example

White with #E8AF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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