Html Css Color HEX #E6AE0D Gamboge

📋 copy color: '#E6AE0D'

red 230 ◦ green 174 ◦ blue 13

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

Shades of Gamboge #E6AE0D

Tints of Gamboge #E6AE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.12%

R = 55.16%
G = 41.73%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6AE0D (or 0xE6AE0D) is known color: Gamboge. HEX triplet: E6, AE and 0D. RGB value is (230,174,13). Sum of RGB (Red+Green+Blue) = 230+174+13=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AE0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AE0D is #1951F2. Grayscale: #ADADAD. Windows color (decimal): -1659379 or 896742. OLE color: 896742.

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

Color convert

RGB 230 174 13 -
CMYK 0 0.24 0.94 0.10
HSL 44.52º 0.89% 0.48% -
HSV(B) 44.52º 0.94% 0.9% -
XYZ 47.84 47.12 6.96 -
YUV 172.39 38.05 169.09 -
System Red Green Blue C M Y K H S L
Decimal 230 174 13 0 0.24 0.94 0.10 44.52 0.89 0.48
Hex E6 AE D 0 18 5E A 2D 59 30
Octal 346 256 15 0 30 136 12 55 131 60
Binary 11100110 10101110 1101 0 11000 1011110 1010 101101 1011001 110000

Color Harmonies of #E6AE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AE0D

Black with #E6AE0D

Text Example


Text Example

White with #E6AE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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