Html Css Color HEX #EDCC0F Moon Yellow

📋 copy color: '#EDCC0F'

red 237 ◦ green 204 ◦ blue 15

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

Shades of Moon Yellow #EDCC0F

Tints of Moon Yellow #EDCC0F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.74%

 BLUE value IS 15 (6.25% from 255) = 3.29%

R = 51.97%
G = 44.74%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDCC0F (or 0xEDCC0F) is known color: Moon Yellow. HEX triplet: ED, CC and 0F. RGB value is (237,204,15). Sum of RGB (Red+Green+Blue) = 237+204+15=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 15 (6.25% from 255 or 3.29% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCC0F is #1233F0. Grayscale: #C1C1C1. Windows color (decimal): -1192945 or 1035501. OLE color: 1035501.

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

Color convert

RGB 237 204 15 -
CMYK 0 0.14 0.94 0.07
HSL 51.08º 0.88% 0.49% -
HSV(B) 51.08º 0.94% 0.93% -
XYZ 56.6 61.22 9.29 -
YUV 192.32 27.93 159.87 -
System Red Green Blue C M Y K H S L
Decimal 237 204 15 0 0.14 0.94 0.07 51.08 0.88 0.49
Hex ED CC F 0 E 5E 7 33 58 31
Octal 355 314 17 0 16 136 7 63 130 61
Binary 11101101 11001100 1111 0 1110 1011110 111 110011 1011000 110001

Color Harmonies of #EDCC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC0F

Black with #EDCC0F

Text Example


Text Example

White with #EDCC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC0F; }

 p { color: rgb(237,204,15); }

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

background-color css

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

 a { background-color: rgb(237,204,15); }

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

border-color css

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

 span { border-color: rgb(237,204,15); }

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