Html Css Color HEX #EDCE10 Moon Yellow

📋 copy color: '#EDCE10'

red 237 ◦ green 206 ◦ blue 16

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

Shades of Moon Yellow #EDCE10

Tints of Moon Yellow #EDCE10

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.88%

 BLUE value IS 16 (6.64% from 255) = 3.49%

R = 51.63%
G = 44.88%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDCE10 (or 0xEDCE10) is known color: Moon Yellow. HEX triplet: ED, CE and 10. RGB value is (237,206,16). Sum of RGB (Red+Green+Blue) = 237+206+16=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCE10 is #1231EF. Grayscale: #C2C2C2. Windows color (decimal): -1192432 or 1101549. OLE color: 1101549.

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

Color convert

RGB 237 206 16 -
CMYK 0 0.13 0.93 0.07
HSL 51.58º 0.87% 0.5% -
HSV(B) 51.58º 0.93% 0.93% -
XYZ 57.09 62.18 9.48 -
YUV 193.61 27.77 158.95 -
System Red Green Blue C M Y K H S L
Decimal 237 206 16 0 0.13 0.93 0.07 51.58 0.87 0.5
Hex ED CE 10 0 D 5D 7 34 57 32
Octal 355 316 20 0 15 135 7 64 127 62
Binary 11101101 11001110 10000 0 1101 1011101 111 110100 1010111 110010

Color Harmonies of #EDCE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE10

Black with #EDCE10

Text Example


Text Example

White with #EDCE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE10; }

 p { color: rgb(237,206,16); }

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

background-color css

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

 a { background-color: rgb(237,206,16); }

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

border-color css

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

 span { border-color: rgb(237,206,16); }

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