Html Css Color HEX #E6AF03 Gamboge

📋 copy color: '#E6AF03'

red 230 ◦ green 175 ◦ blue 3

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

Shades of Gamboge #E6AF03

Tints of Gamboge #E6AF03

RGB

 RED value IS 230 (90.23% from 255) = 56.37%

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 56.37%
G = 42.89%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E6AF03 (or 0xE6AF03) is known color: Gamboge. HEX triplet: E6, AF and 03. RGB value is (230,175,3). Sum of RGB (Red+Green+Blue) = 230+175+3=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AF03 is #1950FC. Grayscale: #ACACAC. Windows color (decimal): -1659133 or 241638. OLE color: 241638.

HSL color Cylindrical-coordinate representation of color #E6AF03: hue angle of 45.46º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6AF03 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 175 3 -
CMYK 0 0.24 0.99 0.10
HSL 45.46º 0.97% 0.46% -
HSV(B) 45.46º 0.99% 0.9% -
XYZ 47.98 47.49 6.72 -
YUV 171.84 32.72 169.49 -
System Red Green Blue C M Y K H S L
Decimal 230 175 3 0 0.24 0.99 0.10 45.46 0.97 0.46
Hex E6 AF 3 0 18 63 A 2D 61 2E
Octal 346 257 3 0 30 143 12 55 141 56
Binary 11100110 10101111 11 0 11000 1100011 1010 101101 1100001 101110

Color Harmonies of #E6AF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AF03

Black with #E6AF03

Text Example


Text Example

White with #E6AF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AF03; }

 p { color: rgb(230,175,3); }

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

background-color css

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

 a { background-color: rgb(230,175,3); }

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

border-color css

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

 span { border-color: rgb(230,175,3); }

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