Html Css Color HEX #EDC31A Moon Yellow

📋 copy color: '#EDC31A'

red 237 ◦ green 195 ◦ blue 26

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

Shades of Moon Yellow #EDC31A

Tints of Moon Yellow #EDC31A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.58%

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

R = 51.75%
G = 42.58%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDC31A (or 0xEDC31A) is known color: Moon Yellow. HEX triplet: ED, C3 and 1A. RGB value is (237,195,26). Sum of RGB (Red+Green+Blue) = 237+195+26=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 26 (10.55% from 255 or 5.68% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC31A is #123CE5. Grayscale: #BDBDBD. Windows color (decimal): -1195238 or 1754093. OLE color: 1754093.

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

Color convert

RGB 237 195 26 -
CMYK 0 0.18 0.89 0.07
HSL 48.06º 0.85% 0.52% -
HSV(B) 48.06º 0.89% 0.93% -
XYZ 54.63 57.11 9.12 -
YUV 188.29 36.41 162.74 -
System Red Green Blue C M Y K H S L
Decimal 237 195 26 0 0.18 0.89 0.07 48.06 0.85 0.52
Hex ED C3 1A 0 12 59 7 30 55 34
Octal 355 303 32 0 22 131 7 60 125 64
Binary 11101101 11000011 11010 0 10010 1011001 111 110000 1010101 110100

Color Harmonies of #EDC31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC31A

Black with #EDC31A

Text Example


Text Example

White with #EDC31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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