Html Css Color HEX #E7AF0B Gamboge

📋 copy color: '#E7AF0B'

red 231 ◦ green 175 ◦ blue 11

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

Shades of Gamboge #E7AF0B

Tints of Gamboge #E7AF0B

RGB

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

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

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

R = 55.4%
G = 41.97%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7AF0B (or 0xE7AF0B) is known color: Gamboge. HEX triplet: E7, AF and 0B. RGB value is (231,175,11). Sum of RGB (Red+Green+Blue) = 231+175+11=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 11 (4.69% from 255 or 2.64% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AF0B is #1850F4. Grayscale: #ADADAD. Windows color (decimal): -1593589 or 765927. OLE color: 765927.

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

Color convert

RGB 231 175 11 -
CMYK 0 0.24 0.95 0.09
HSL 44.73º 0.91% 0.47% -
HSV(B) 44.73º 0.95% 0.91% -
XYZ 48.35 47.67 6.97 -
YUV 173.05 36.55 169.34 -
System Red Green Blue C M Y K H S L
Decimal 231 175 11 0 0.24 0.95 0.09 44.73 0.91 0.47
Hex E7 AF B 0 18 5F 9 2D 5B 2F
Octal 347 257 13 0 30 137 11 55 133 57
Binary 11100111 10101111 1011 0 11000 1011111 1001 101101 1011011 101111

Color Harmonies of #E7AF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AF0B

Black with #E7AF0B

Text Example


Text Example

White with #E7AF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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