Html Css Color HEX #E8AF0B Gamboge

📋 copy color: '#E8AF0B'

red 232 ◦ green 175 ◦ blue 11

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

Shades of Gamboge #E8AF0B

Tints of Gamboge #E8AF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.63%

R = 55.5%
G = 41.87%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8AF0B (or 0xE8AF0B) is known color: Gamboge. HEX triplet: E8, AF and 0B. RGB value is (232,175,11). Sum of RGB (Red+Green+Blue) = 232+175+11=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 11 (4.69% from 255 or 2.63% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AF0B is #1750F4. Grayscale: #AEAEAE. Windows color (decimal): -1528053 or 765928. OLE color: 765928.

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

Color convert

RGB 232 175 11 -
CMYK 0 0.25 0.95 0.09
HSL 44.52º 0.91% 0.48% -
HSV(B) 44.52º 0.95% 0.91% -
XYZ 48.67 47.84 6.99 -
YUV 173.35 36.38 169.84 -
System Red Green Blue C M Y K H S L
Decimal 232 175 11 0 0.25 0.95 0.09 44.52 0.91 0.48
Hex E8 AF B 0 19 5F 9 2D 5B 30
Octal 350 257 13 0 31 137 11 55 133 60
Binary 11101000 10101111 1011 0 11001 1011111 1001 101101 1011011 110000

Color Harmonies of #E8AF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF0B

Black with #E8AF0B

Text Example


Text Example

White with #E8AF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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