Html Css Color HEX #EDCD12 Moon Yellow

📋 copy color: '#EDCD12'

red 237 ◦ green 205 ◦ blue 18

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

Shades of Moon Yellow #EDCD12

Tints of Moon Yellow #EDCD12

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.57%

 BLUE value IS 18 (7.42% from 255) = 3.91%

R = 51.52%
G = 44.57%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDCD12 (or 0xEDCD12) is known color: Moon Yellow. HEX triplet: ED, CD and 12. RGB value is (237,205,18). Sum of RGB (Red+Green+Blue) = 237+205+18=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCD12 is #1232ED. Grayscale: #C2C2C2. Windows color (decimal): -1192686 or 1232365. OLE color: 1232365.

HSL color Cylindrical-coordinate representation of color #EDCD12: hue angle of 51.23º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDCD12 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 18 -
CMYK 0 0.14 0.92 0.07
HSL 51.23º 0.86% 0.5% -
HSV(B) 51.23º 0.92% 0.93% -
XYZ 56.87 61.71 9.49 -
YUV 193.25 29.1 159.21 -
System Red Green Blue C M Y K H S L
Decimal 237 205 18 0 0.14 0.92 0.07 51.23 0.86 0.5
Hex ED CD 12 0 E 5C 7 33 56 32
Octal 355 315 22 0 16 134 7 63 126 62
Binary 11101101 11001101 10010 0 1110 1011100 111 110011 1010110 110010

Color Harmonies of #EDCD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD12

Black with #EDCD12

Text Example


Text Example

White with #EDCD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD12; }

 p { color: rgb(237,205,18); }

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

background-color css

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

 a { background-color: rgb(237,205,18); }

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

border-color css

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

 span { border-color: rgb(237,205,18); }

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