Html Css Color HEX #E0DC03 Golden Yellow

📋 copy color: '#E0DC03'

red 224 ◦ green 220 ◦ blue 3

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

Shades of Golden Yellow #E0DC03

Tints of Golden Yellow #E0DC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 50.11%
G = 49.22%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E0DC03 (or 0xE0DC03) is known color: Golden Yellow. HEX triplet: E0, DC and 03. RGB value is (224,220,3). Sum of RGB (Red+Green+Blue) = 224+220+3=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 3 (1.56% from 255 or 0.67% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DC03 is #1F23FC. Grayscale: #C5C5C5. Windows color (decimal): -2040829 or 253152. OLE color: 253152.

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

Color convert

RGB 224 220 3 -
CMYK 0 0.02 0.99 0.12
HSL 58.91º 0.97% 0.45% -
HSV(B) 58.91º 0.99% 0.88% -
XYZ 56.35 67.04 10.06 -
YUV 196.46 18.83 147.64 -
System Red Green Blue C M Y K H S L
Decimal 224 220 3 0 0.02 0.99 0.12 58.91 0.97 0.45
Hex E0 DC 3 0 2 63 C 3B 61 2D
Octal 340 334 3 0 2 143 14 73 141 55
Binary 11100000 11011100 11 0 10 1100011 1100 111011 1100001 101101

Color Harmonies of #E0DC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DC03

Black with #E0DC03

Text Example


Text Example

White with #E0DC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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