Html Css Color HEX #EDC21D Moon Yellow

📋 copy color: '#EDC21D'

red 237 ◦ green 194 ◦ blue 29

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

Shades of Moon Yellow #EDC21D

Tints of Moon Yellow #EDC21D

RGB

 RED value IS 237 (92.97% from 255) = 51.52%

 GREEN value IS 194 (76.17% from 255) = 42.17%

 BLUE value IS 29 (11.72% from 255) = 6.3%

R = 51.52%
G = 42.17%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDC21D (or 0xEDC21D) is known color: Moon Yellow. HEX triplet: ED, C2 and 1D. RGB value is (237,194,29). Sum of RGB (Red+Green+Blue) = 237+194+29=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 29 (11.72% from 255 or 6.30% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC21D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC21D is #123DE2. Grayscale: #BCBCBC. Windows color (decimal): -1195491 or 1950445. OLE color: 1950445.

HSL color Cylindrical-coordinate representation of color #EDC21D: hue angle of 47.6º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDC21D is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 194 29 -
CMYK 0 0.18 0.88 0.07
HSL 47.6º 0.85% 0.52% -
HSV(B) 47.6º 0.88% 0.93% -
XYZ 54.44 56.68 9.23 -
YUV 188.05 38.25 162.92 -
System Red Green Blue C M Y K H S L
Decimal 237 194 29 0 0.18 0.88 0.07 47.6 0.85 0.52
Hex ED C2 1D 0 12 58 7 30 55 34
Octal 355 302 35 0 22 130 7 60 125 64
Binary 11101101 11000010 11101 0 10010 1011000 111 110000 1010101 110100

Color Harmonies of #EDC21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC21D

Black with #EDC21D

Text Example


Text Example

White with #EDC21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC21D; }

 p { color: rgb(237,194,29); }

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

background-color css

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

 a { background-color: rgb(237,194,29); }

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

border-color css

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

 span { border-color: rgb(237,194,29); }

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