Html Css Color HEX #E6AE00 Gamboge

📋 copy color: '#E6AE00'

red 230 ◦ green 174 ◦ blue 0

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

Shades of Gamboge #E6AE00

Tints of Gamboge #E6AE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.93%
G = 43.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E6AE00 (or 0xE6AE00) is known color: Gamboge. HEX triplet: E6, AE and 00. RGB value is (230,174,0). Sum of RGB (Red+Green+Blue) = 230+174+0=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AE00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AE00 is #1951FF. Grayscale: #ABABAB. Windows color (decimal): -1659392 or 44774. OLE color: 44774.

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

Color convert

RGB 230 174 0 -
CMYK 0 0.24 1 0.10
HSL 45.39º 1% 0.45% -
HSV(B) 45.39º 1% 0.9% -
XYZ 47.77 47.1 6.57 -
YUV 170.91 31.55 170.15 -
System Red Green Blue C M Y K H S L
Decimal 230 174 0 0 0.24 1 0.10 45.39 1 0.45
Hex E6 AE 0 0 18 64 A 2D 64 2D
Octal 346 256 0 0 30 144 12 55 144 55
Binary 11100110 10101110 0 0 11000 1100100 1010 101101 1100100 101101

Color Harmonies of #E6AE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AE00

Black with #E6AE00

Text Example


Text Example

White with #E6AE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AE00; }

 p { color: rgb(230,174,0); }

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

background-color css

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

 a { background-color: rgb(230,174,0); }

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

border-color css

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

 span { border-color: rgb(230,174,0); }

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