Html Css Color HEX #E7AF08 Gamboge

📋 copy color: '#E7AF08'

red 231 ◦ green 175 ◦ blue 8

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

Shades of Gamboge #E7AF08

Tints of Gamboge #E7AF08

RGB

 RED value IS 231 (90.63% from 255) = 55.8%

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

 BLUE value IS 8 (3.52% from 255) = 1.93%

R = 55.8%
G = 42.27%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E7AF08 (or 0xE7AF08) is known color: Gamboge. HEX triplet: E7, AF and 08. RGB value is (231,175,8). Sum of RGB (Red+Green+Blue) = 231+175+8=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 8 (3.52% from 255 or 1.93% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AF08 is #1850F7. Grayscale: #ADADAD. Windows color (decimal): -1593592 or 569319. OLE color: 569319.

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

Color convert

RGB 231 175 8 -
CMYK 0 0.24 0.97 0.09
HSL 44.93º 0.93% 0.47% -
HSV(B) 44.93º 0.97% 0.91% -
XYZ 48.33 47.67 6.88 -
YUV 172.71 35.05 169.58 -
System Red Green Blue C M Y K H S L
Decimal 231 175 8 0 0.24 0.97 0.09 44.93 0.93 0.47
Hex E7 AF 8 0 18 61 9 2D 5D 2F
Octal 347 257 10 0 30 141 11 55 135 57
Binary 11100111 10101111 1000 0 11000 1100001 1001 101101 1011101 101111

Color Harmonies of #E7AF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AF08

Black with #E7AF08

Text Example


Text Example

White with #E7AF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AF08; }

 p { color: rgb(231,175,8); }

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

background-color css

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

 a { background-color: rgb(231,175,8); }

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

border-color css

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

 span { border-color: rgb(231,175,8); }

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