Html Css Color HEX #EDCE11 Moon Yellow

📋 copy color: '#EDCE11'

red 237 ◦ green 206 ◦ blue 17

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

Shades of Moon Yellow #EDCE11

Tints of Moon Yellow #EDCE11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.7%

R = 51.52%
G = 44.78%
B = 3.7%

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

#EDCE11 (or 0xEDCE11) is known color: Moon Yellow. HEX triplet: ED, CE and 11. RGB value is (237,206,17). Sum of RGB (Red+Green+Blue) = 237+206+17=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 17 (7.03% from 255 or 3.70% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCE11 is #1231EE. Grayscale: #C2C2C2. Windows color (decimal): -1192431 or 1167085. OLE color: 1167085.

HSL color Cylindrical-coordinate representation of color #EDCE11: hue angle of 51.55º 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 #EDCE11 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 17 -
CMYK 0 0.13 0.93 0.07
HSL 51.55º 0.87% 0.5% -
HSV(B) 51.55º 0.93% 0.93% -
XYZ 57.1 62.19 9.52 -
YUV 193.72 28.27 158.87 -
System Red Green Blue C M Y K H S L
Decimal 237 206 17 0 0.13 0.93 0.07 51.55 0.87 0.5
Hex ED CE 11 0 D 5D 7 34 57 32
Octal 355 316 21 0 15 135 7 64 127 62
Binary 11101101 11001110 10001 0 1101 1011101 111 110100 1010111 110010

Color Harmonies of #EDCE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE11

Black with #EDCE11

Text Example


Text Example

White with #EDCE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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