Html Css Color HEX #EDC81A Moon Yellow

📋 copy color: '#EDC81A'

red 237 ◦ green 200 ◦ blue 26

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

Shades of Moon Yellow #EDC81A

Tints of Moon Yellow #EDC81A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.2%

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

R = 51.19%
G = 43.2%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDC81A (or 0xEDC81A) is known color: Moon Yellow. HEX triplet: ED, C8 and 1A. RGB value is (237,200,26). Sum of RGB (Red+Green+Blue) = 237+200+26=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 26 (10.55% from 255 or 5.62% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC81A is #1237E5. Grayscale: #BFBFBF. Windows color (decimal): -1193958 or 1755373. OLE color: 1755373.

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

Color convert

RGB 237 200 26 -
CMYK 0 0.16 0.89 0.07
HSL 49.48º 0.85% 0.52% -
HSV(B) 49.48º 0.89% 0.93% -
XYZ 55.77 59.39 9.5 -
YUV 191.23 34.76 160.65 -
System Red Green Blue C M Y K H S L
Decimal 237 200 26 0 0.16 0.89 0.07 49.48 0.85 0.52
Hex ED C8 1A 0 10 59 7 31 55 34
Octal 355 310 32 0 20 131 7 61 125 64
Binary 11101101 11001000 11010 0 10000 1011001 111 110001 1010101 110100

Color Harmonies of #EDC81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC81A

Black with #EDC81A

Text Example


Text Example

White with #EDC81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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