Html Css Color HEX #EDC91A Moon Yellow

📋 copy color: '#EDC91A'

red 237 ◦ green 201 ◦ blue 26

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

Shades of Moon Yellow #EDC91A

Tints of Moon Yellow #EDC91A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.6%

R = 51.08%
G = 43.32%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDC91A (or 0xEDC91A) is known color: Moon Yellow. HEX triplet: ED, C9 and 1A. RGB value is (237,201,26). Sum of RGB (Red+Green+Blue) = 237+201+26=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 26 (10.55% from 255 or 5.60% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC91A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC91A is #1236E5. Grayscale: #C0C0C0. Windows color (decimal): -1193702 or 1755629. OLE color: 1755629.

HSL color Cylindrical-coordinate representation of color #EDC91A: hue angle of 49.76º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDC91A is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 201 26 -
CMYK 0 0.15 0.89 0.07
HSL 49.76º 0.85% 0.52% -
HSV(B) 49.76º 0.89% 0.93% -
XYZ 56 59.85 9.58 -
YUV 191.81 34.43 160.23 -
System Red Green Blue C M Y K H S L
Decimal 237 201 26 0 0.15 0.89 0.07 49.76 0.85 0.52
Hex ED C9 1A 0 F 59 7 32 55 34
Octal 355 311 32 0 17 131 7 62 125 64
Binary 11101101 11001001 11010 0 1111 1011001 111 110010 1010101 110100

Color Harmonies of #EDC91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC91A

Black with #EDC91A

Text Example


Text Example

White with #EDC91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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