Html Css Color HEX #E6AF0A Gamboge

📋 copy color: '#E6AF0A'

red 230 ◦ green 175 ◦ blue 10

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

Shades of Gamboge #E6AF0A

Tints of Gamboge #E6AF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.41%

R = 55.42%
G = 42.17%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E6AF0A (or 0xE6AF0A) is known color: Gamboge. HEX triplet: E6, AF and 0A. RGB value is (230,175,10). Sum of RGB (Red+Green+Blue) = 230+175+10=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AF0A is #1950F5. Grayscale: #ADADAD. Windows color (decimal): -1659126 or 700390. OLE color: 700390.

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

Color convert

RGB 230 175 10 -
CMYK 0 0.24 0.96 0.10
HSL 45º 0.92% 0.47% -
HSV(B) 45º 0.96% 0.9% -
XYZ 48.02 47.5 6.93 -
YUV 172.64 36.22 168.92 -
System Red Green Blue C M Y K H S L
Decimal 230 175 10 0 0.24 0.96 0.10 45 0.92 0.47
Hex E6 AF A 0 18 60 A 2D 5C 2F
Octal 346 257 12 0 30 140 12 55 134 57
Binary 11100110 10101111 1010 0 11000 1100000 1010 101101 1011100 101111

Color Harmonies of #E6AF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AF0A

Black with #E6AF0A

Text Example


Text Example

White with #E6AF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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