Html Css Color HEX #E6DC06 Golden Yellow

📋 copy color: '#E6DC06'

red 230 ◦ green 220 ◦ blue 6

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

Shades of Golden Yellow #E6DC06

Tints of Golden Yellow #E6DC06

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.25%

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 50.44%
G = 48.25%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E6DC06 (or 0xE6DC06) is known color: Golden Yellow. HEX triplet: E6, DC and 06. RGB value is (230,220,6). Sum of RGB (Red+Green+Blue) = 230+220+6=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 6 (2.73% from 255 or 1.32% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DC06 is #1923F9. Grayscale: #C7C7C7. Windows color (decimal): -1647610 or 449766. OLE color: 449766.

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

Color convert

RGB 230 220 6 -
CMYK 0 0.04 0.97 0.10
HSL 57.32º 0.95% 0.46% -
HSV(B) 57.32º 0.97% 0.9% -
XYZ 58.26 68.02 10.23 -
YUV 198.59 19.31 150.4 -
System Red Green Blue C M Y K H S L
Decimal 230 220 6 0 0.04 0.97 0.10 57.32 0.95 0.46
Hex E6 DC 6 0 4 61 A 39 5F 2E
Octal 346 334 6 0 4 141 12 71 137 56
Binary 11100110 11011100 110 0 100 1100001 1010 111001 1011111 101110

Color Harmonies of #E6DC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DC06

Black with #E6DC06

Text Example


Text Example

White with #E6DC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DC06; }

 p { color: rgb(230,220,6); }

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

background-color css

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

 a { background-color: rgb(230,220,6); }

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

border-color css

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

 span { border-color: rgb(230,220,6); }

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