Html Css Color HEX #E3AF06 Gamboge

📋 copy color: '#E3AF06'

red 227 ◦ green 175 ◦ blue 6

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

Shades of Gamboge #E3AF06

Tints of Gamboge #E3AF06

RGB

 RED value IS 227 (89.06% from 255) = 55.64%

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

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 55.64%
G = 42.89%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E3AF06 (or 0xE3AF06) is known color: Gamboge. HEX triplet: E3, AF and 06. RGB value is (227,175,6). Sum of RGB (Red+Green+Blue) = 227+175+6=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AF06 is #1C50F9. Grayscale: #ACACAC. Windows color (decimal): -1855738 or 438243. OLE color: 438243.

HSL color Cylindrical-coordinate representation of color #E3AF06: hue angle of 45.88º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E3AF06 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 175 6 -
CMYK 0 0.23 0.97 0.11
HSL 45.88º 0.95% 0.46% -
HSV(B) 45.88º 0.97% 0.89% -
XYZ 47.04 47 6.77 -
YUV 171.28 34.73 167.74 -
System Red Green Blue C M Y K H S L
Decimal 227 175 6 0 0.23 0.97 0.11 45.88 0.95 0.46
Hex E3 AF 6 0 17 61 B 2E 5F 2E
Octal 343 257 6 0 27 141 13 56 137 56
Binary 11100011 10101111 110 0 10111 1100001 1011 101110 1011111 101110

Color Harmonies of #E3AF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AF06

Black with #E3AF06

Text Example


Text Example

White with #E3AF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AF06; }

 p { color: rgb(227,175,6); }

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

background-color css

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

 a { background-color: rgb(227,175,6); }

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

border-color css

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

 span { border-color: rgb(227,175,6); }

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