Html Css Color HEX #EDC71E Moon Yellow

📋 copy color: '#EDC71E'

red 237 ◦ green 199 ◦ blue 30

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

Shades of Moon Yellow #EDC71E

Tints of Moon Yellow #EDC71E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.7%

 BLUE value IS 30 (12.11% from 255) = 6.44%

R = 50.86%
G = 42.7%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDC71E (or 0xEDC71E) is known color: Moon Yellow. HEX triplet: ED, C7 and 1E. RGB value is (237,199,30). Sum of RGB (Red+Green+Blue) = 237+199+30=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 30 (12.11% from 255 or 6.44% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC71E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC71E is #1238E1. Grayscale: #BFBFBF. Windows color (decimal): -1194210 or 2017261. OLE color: 2017261.

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

Color convert

RGB 237 199 30 -
CMYK 0 0.16 0.87 0.07
HSL 48.99º 0.85% 0.52% -
HSV(B) 48.99º 0.87% 0.93% -
XYZ 55.58 58.95 9.68 -
YUV 191.1 37.09 160.74 -
System Red Green Blue C M Y K H S L
Decimal 237 199 30 0 0.16 0.87 0.07 48.99 0.85 0.52
Hex ED C7 1E 0 10 57 7 31 55 34
Octal 355 307 36 0 20 127 7 61 125 64
Binary 11101101 11000111 11110 0 10000 1010111 111 110001 1010101 110100

Color Harmonies of #EDC71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC71E

Black with #EDC71E

Text Example


Text Example

White with #EDC71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC71E; }

 p { color: rgb(237,199,30); }

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

background-color css

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

 a { background-color: rgb(237,199,30); }

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

border-color css

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

 span { border-color: rgb(237,199,30); }

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