Html Css Color HEX #EDCE0D Moon Yellow

📋 copy color: '#EDCE0D'

red 237 ◦ green 206 ◦ blue 13

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

Shades of Moon Yellow #EDCE0D

Tints of Moon Yellow #EDCE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.85%

R = 51.97%
G = 45.18%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDCE0D (or 0xEDCE0D) is known color: Moon Yellow. HEX triplet: ED, CE and 0D. RGB value is (237,206,13). Sum of RGB (Red+Green+Blue) = 237+206+13=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCE0D is #1231F2. Grayscale: #C2C2C2. Windows color (decimal): -1192435 or 904941. OLE color: 904941.

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

Color convert

RGB 237 206 13 -
CMYK 0 0.13 0.95 0.07
HSL 51.7º 0.9% 0.49% -
HSV(B) 51.7º 0.95% 0.93% -
XYZ 57.07 62.18 9.37 -
YUV 193.27 26.27 159.19 -
System Red Green Blue C M Y K H S L
Decimal 237 206 13 0 0.13 0.95 0.07 51.7 0.9 0.49
Hex ED CE D 0 D 5F 7 34 5A 31
Octal 355 316 15 0 15 137 7 64 132 61
Binary 11101101 11001110 1101 0 1101 1011111 111 110100 1011010 110001

Color Harmonies of #EDCE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE0D

Black with #EDCE0D

Text Example


Text Example

White with #EDCE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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