Html Css Color HEX #EDC31D Moon Yellow

📋 copy color: '#EDC31D'

red 237 ◦ green 195 ◦ blue 29

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

Shades of Moon Yellow #EDC31D

Tints of Moon Yellow #EDC31D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.3%

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

R = 51.41%
G = 42.3%
B = 6.29%

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

#EDC31D (or 0xEDC31D) is known color: Moon Yellow. HEX triplet: ED, C3 and 1D. RGB value is (237,195,29). Sum of RGB (Red+Green+Blue) = 237+195+29=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 29 (11.72% from 255 or 6.29% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC31D is #123CE2. Grayscale: #BDBDBD. Windows color (decimal): -1195235 or 1950701. OLE color: 1950701.

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

Color convert

RGB 237 195 29 -
CMYK 0 0.18 0.88 0.07
HSL 47.88º 0.85% 0.52% -
HSV(B) 47.88º 0.88% 0.93% -
XYZ 54.66 57.12 9.31 -
YUV 188.63 37.91 162.5 -
System Red Green Blue C M Y K H S L
Decimal 237 195 29 0 0.18 0.88 0.07 47.88 0.85 0.52
Hex ED C3 1D 0 12 58 7 30 55 34
Octal 355 303 35 0 22 130 7 60 125 64
Binary 11101101 11000011 11101 0 10010 1011000 111 110000 1010101 110100

Color Harmonies of #EDC31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC31D

Black with #EDC31D

Text Example


Text Example

White with #EDC31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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