Html Css Color HEX #EDCC0E Moon Yellow

📋 copy color: '#EDCC0E'

red 237 ◦ green 204 ◦ blue 14

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

Shades of Moon Yellow #EDCC0E

Tints of Moon Yellow #EDCC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.08%

R = 52.09%
G = 44.84%
B = 3.08%

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

#EDCC0E (or 0xEDCC0E) is known color: Moon Yellow. HEX triplet: ED, CC and 0E. RGB value is (237,204,14). Sum of RGB (Red+Green+Blue) = 237+204+14=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 14 (5.86% from 255 or 3.08% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCC0E is #1233F1. Grayscale: #C0C0C0. Windows color (decimal): -1192946 or 969965. OLE color: 969965.

HSL color Cylindrical-coordinate representation of color #EDCC0E: hue angle of 51.12º degrees, saturation: 0.89, 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 #EDCC0E is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 204 14 -
CMYK 0 0.14 0.94 0.07
HSL 51.12º 0.89% 0.49% -
HSV(B) 51.12º 0.94% 0.93% -
XYZ 56.6 61.22 9.25 -
YUV 192.21 27.43 159.95 -
System Red Green Blue C M Y K H S L
Decimal 237 204 14 0 0.14 0.94 0.07 51.12 0.89 0.49
Hex ED CC E 0 E 5E 7 33 59 31
Octal 355 314 16 0 16 136 7 63 131 61
Binary 11101101 11001100 1110 0 1110 1011110 111 110011 1011001 110001

Color Harmonies of #EDCC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC0E

Black with #EDCC0E

Text Example


Text Example

White with #EDCC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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