Html Css Color HEX #E7AE0B Gamboge

📋 copy color: '#E7AE0B'

red 231 ◦ green 174 ◦ blue 11

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

Shades of Gamboge #E7AE0B

Tints of Gamboge #E7AE0B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.83%

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

R = 55.53%
G = 41.83%
B = 2.64%

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

#E7AE0B (or 0xE7AE0B) is known color: Gamboge. HEX triplet: E7, AE and 0B. RGB value is (231,174,11). Sum of RGB (Red+Green+Blue) = 231+174+11=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AE0B is #1851F4. Grayscale: #ADADAD. Windows color (decimal): -1593845 or 765671. OLE color: 765671.

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

Color convert

RGB 231 174 11 -
CMYK 0 0.25 0.95 0.09
HSL 44.45º 0.91% 0.47% -
HSV(B) 44.45º 0.95% 0.91% -
XYZ 48.15 47.29 6.91 -
YUV 172.46 36.88 169.75 -
System Red Green Blue C M Y K H S L
Decimal 231 174 11 0 0.25 0.95 0.09 44.45 0.91 0.47
Hex E7 AE B 0 19 5F 9 2C 5B 2F
Octal 347 256 13 0 31 137 11 54 133 57
Binary 11100111 10101110 1011 0 11001 1011111 1001 101100 1011011 101111

Color Harmonies of #E7AE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AE0B

Black with #E7AE0B

Text Example


Text Example

White with #E7AE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AE0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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