Html Css Color HEX #EDC71D Moon Yellow

📋 copy color: '#EDC71D'

red 237 ◦ green 199 ◦ blue 29

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

Shades of Moon Yellow #EDC71D

Tints of Moon Yellow #EDC71D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.8%

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

R = 50.97%
G = 42.8%
B = 6.24%

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

#EDC71D (or 0xEDC71D) is known color: Moon Yellow. HEX triplet: ED, C7 and 1D. RGB value is (237,199,29). Sum of RGB (Red+Green+Blue) = 237+199+29=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 29 (11.72% from 255 or 6.24% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC71D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC71D is #1238E2. Grayscale: #BFBFBF. Windows color (decimal): -1194211 or 1951725. OLE color: 1951725.

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

Color convert

RGB 237 199 29 -
CMYK 0 0.16 0.88 0.07
HSL 49.04º 0.85% 0.52% -
HSV(B) 49.04º 0.88% 0.93% -
XYZ 55.57 58.94 9.61 -
YUV 190.98 36.59 160.82 -
System Red Green Blue C M Y K H S L
Decimal 237 199 29 0 0.16 0.88 0.07 49.04 0.85 0.52
Hex ED C7 1D 0 10 58 7 31 55 34
Octal 355 307 35 0 20 130 7 61 125 64
Binary 11101101 11000111 11101 0 10000 1011000 111 110001 1010101 110100

Color Harmonies of #EDC71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC71D

Black with #EDC71D

Text Example


Text Example

White with #EDC71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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