Html Css Color HEX #E0DC06 Golden Yellow

📋 copy color: '#E0DC06'

red 224 ◦ green 220 ◦ blue 6

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

Shades of Golden Yellow #E0DC06

Tints of Golden Yellow #E0DC06

RGB

 RED value IS 224 (87.89% from 255) = 49.78%

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

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

R = 49.78%
G = 48.89%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E0DC06 (or 0xE0DC06) is known color: Golden Yellow. HEX triplet: E0, DC and 06. RGB value is (224,220,6). Sum of RGB (Red+Green+Blue) = 224+220+6=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 6 (2.73% from 255 or 1.33% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DC06 is #1F23F9. Grayscale: #C5C5C5. Windows color (decimal): -2040826 or 449760. OLE color: 449760.

HSL color Cylindrical-coordinate representation of color #E0DC06: hue angle of 58.9º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0DC06 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 220 6 -
CMYK 0 0.02 0.97 0.12
HSL 58.9º 0.95% 0.45% -
HSV(B) 58.9º 0.97% 0.88% -
XYZ 56.37 67.05 10.14 -
YUV 196.8 20.33 147.4 -
System Red Green Blue C M Y K H S L
Decimal 224 220 6 0 0.02 0.97 0.12 58.9 0.95 0.45
Hex E0 DC 6 0 2 61 C 3B 5F 2D
Octal 340 334 6 0 2 141 14 73 137 55
Binary 11100000 11011100 110 0 10 1100001 1100 111011 1011111 101101

Color Harmonies of #E0DC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DC06

Black with #E0DC06

Text Example


Text Example

White with #E0DC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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