Html Css Color HEX #EDC81D Moon Yellow

📋 copy color: '#EDC81D'

red 237 ◦ green 200 ◦ blue 29

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

Shades of Moon Yellow #EDC81D

Tints of Moon Yellow #EDC81D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.92%

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

R = 50.86%
G = 42.92%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDC81D (or 0xEDC81D) is known color: Moon Yellow. HEX triplet: ED, C8 and 1D. RGB value is (237,200,29). Sum of RGB (Red+Green+Blue) = 237+200+29=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 29 (11.72% from 255 or 6.22% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC81D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC81D is #1237E2. Grayscale: #C0C0C0. Windows color (decimal): -1193955 or 1951981. OLE color: 1951981.

HSL color Cylindrical-coordinate representation of color #EDC81D: hue angle of 49.33º 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 #EDC81D is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 200 29 -
CMYK 0 0.16 0.88 0.07
HSL 49.33º 0.85% 0.52% -
HSV(B) 49.33º 0.88% 0.93% -
XYZ 55.8 59.4 9.69 -
YUV 191.57 36.26 160.4 -
System Red Green Blue C M Y K H S L
Decimal 237 200 29 0 0.16 0.88 0.07 49.33 0.85 0.52
Hex ED C8 1D 0 10 58 7 31 55 34
Octal 355 310 35 0 20 130 7 61 125 64
Binary 11101101 11001000 11101 0 10000 1011000 111 110001 1010101 110100

Color Harmonies of #EDC81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC81D

Black with #EDC81D

Text Example


Text Example

White with #EDC81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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