Html Css Color HEX #EDC023 Moon Yellow

📋 copy color: '#EDC023'

red 237 ◦ green 192 ◦ blue 35

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

Shades of Moon Yellow #EDC023

Tints of Moon Yellow #EDC023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.38%

 BLUE value IS 35 (14.06% from 255) = 7.54%

R = 51.08%
G = 41.38%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDC023 (or 0xEDC023) is known color: Moon Yellow. HEX triplet: ED, C0 and 23. RGB value is (237,192,35). Sum of RGB (Red+Green+Blue) = 237+192+35=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 35 (14.06% from 255 or 7.54% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC023 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC023 is #123FDC. Grayscale: #BCBCBC. Windows color (decimal): -1195997 or 2343149. OLE color: 2343149.

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

Color convert

RGB 237 192 35 -
CMYK 0 0.19 0.85 0.07
HSL 46.63º 0.85% 0.53% -
HSV(B) 46.63º 0.85% 0.93% -
XYZ 54.08 55.83 9.52 -
YUV 187.56 41.91 163.27 -
System Red Green Blue C M Y K H S L
Decimal 237 192 35 0 0.19 0.85 0.07 46.63 0.85 0.53
Hex ED C0 23 0 13 55 7 2F 55 35
Octal 355 300 43 0 23 125 7 57 125 65
Binary 11101101 11000000 100011 0 10011 1010101 111 101111 1010101 110101

Color Harmonies of #EDC023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC023

Black with #EDC023

Text Example


Text Example

White with #EDC023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC023; }

 p { color: rgb(237,192,35); }

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

background-color css

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

 a { background-color: rgb(237,192,35); }

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

border-color css

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

 span { border-color: rgb(237,192,35); }

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