Html Css Color HEX #EDC428 Moon Yellow

📋 copy color: '#EDC428'

red 237 ◦ green 196 ◦ blue 40

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

Shades of Moon Yellow #EDC428

Tints of Moon Yellow #EDC428

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.44%

 BLUE value IS 40 (16.02% from 255) = 8.46%

R = 50.11%
G = 41.44%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDC428 (or 0xEDC428) is known color: Moon Yellow. HEX triplet: ED, C4 and 28. RGB value is (237,196,40). Sum of RGB (Red+Green+Blue) = 237+196+40=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 40 (16.02% from 255 or 8.46% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC428 is #123BD7. Grayscale: #BFBFBF. Windows color (decimal): -1194968 or 2671853. OLE color: 2671853.

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

Color convert

RGB 237 196 40 -
CMYK 0 0.17 0.83 0.07
HSL 47.51º 0.85% 0.54% -
HSV(B) 47.51º 0.83% 0.93% -
XYZ 55.05 57.64 10.23 -
YUV 190.48 43.08 161.18 -
System Red Green Blue C M Y K H S L
Decimal 237 196 40 0 0.17 0.83 0.07 47.51 0.85 0.54
Hex ED C4 28 0 11 53 7 30 55 36
Octal 355 304 50 0 21 123 7 60 125 66
Binary 11101101 11000100 101000 0 10001 1010011 111 110000 1010101 110110

Color Harmonies of #EDC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC428

Black with #EDC428

Text Example


Text Example

White with #EDC428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC428; }

 p { color: rgb(237,196,40); }

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

background-color css

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

 a { background-color: rgb(237,196,40); }

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

border-color css

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

 span { border-color: rgb(237,196,40); }

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