Html Css Color HEX #EDC90E Moon Yellow

📋 copy color: '#EDC90E'

red 237 ◦ green 201 ◦ blue 14

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

Shades of Moon Yellow #EDC90E

Tints of Moon Yellow #EDC90E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.47%

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

R = 52.43%
G = 44.47%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDC90E (or 0xEDC90E) is known color: Moon Yellow. HEX triplet: ED, C9 and 0E. RGB value is (237,201,14). Sum of RGB (Red+Green+Blue) = 237+201+14=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC90E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC90E is #1236F1. Grayscale: #BFBFBF. Windows color (decimal): -1193714 or 969197. OLE color: 969197.

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

Color convert

RGB 237 201 14 -
CMYK 0 0.15 0.94 0.07
HSL 50.31º 0.89% 0.49% -
HSV(B) 50.31º 0.94% 0.93% -
XYZ 55.89 59.81 9.01 -
YUV 190.45 28.43 161.21 -
System Red Green Blue C M Y K H S L
Decimal 237 201 14 0 0.15 0.94 0.07 50.31 0.89 0.49
Hex ED C9 E 0 F 5E 7 32 59 31
Octal 355 311 16 0 17 136 7 62 131 61
Binary 11101101 11001001 1110 0 1111 1011110 111 110010 1011001 110001

Color Harmonies of #EDC90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC90E

Black with #EDC90E

Text Example


Text Example

White with #EDC90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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