Html Css Color HEX #E6AD0C Gamboge

📋 copy color: '#E6AD0C'

red 230 ◦ green 173 ◦ blue 12

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

Shades of Gamboge #E6AD0C

Tints of Gamboge #E6AD0C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.69%

 BLUE value IS 12 (5.08% from 255) = 2.89%

R = 55.42%
G = 41.69%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6AD0C (or 0xE6AD0C) is known color: Gamboge. HEX triplet: E6, AD and 0C. RGB value is (230,173,12). Sum of RGB (Red+Green+Blue) = 230+173+12=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AD0C is #1952F3. Grayscale: #ACACAC. Windows color (decimal): -1659636 or 830950. OLE color: 830950.

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

Color convert

RGB 230 173 12 -
CMYK 0 0.25 0.95 0.10
HSL 44.31º 0.9% 0.47% -
HSV(B) 44.31º 0.95% 0.9% -
XYZ 47.64 46.74 6.86 -
YUV 171.69 37.88 169.59 -
System Red Green Blue C M Y K H S L
Decimal 230 173 12 0 0.25 0.95 0.10 44.31 0.9 0.47
Hex E6 AD C 0 19 5F A 2C 5A 2F
Octal 346 255 14 0 31 137 12 54 132 57
Binary 11100110 10101101 1100 0 11001 1011111 1010 101100 1011010 101111

Color Harmonies of #E6AD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AD0C

Black with #E6AD0C

Text Example


Text Example

White with #E6AD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AD0C; }

 p { color: rgb(230,173,12); }

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

background-color css

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

 a { background-color: rgb(230,173,12); }

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

border-color css

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

 span { border-color: rgb(230,173,12); }

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