Html Css Color HEX #EDC323 Moon Yellow

📋 copy color: '#EDC323'

red 237 ◦ green 195 ◦ blue 35

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

Shades of Moon Yellow #EDC323

Tints of Moon Yellow #EDC323

RGB

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

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

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

R = 50.75%
G = 41.76%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDC323 (or 0xEDC323) is known color: Moon Yellow. HEX triplet: ED, C3 and 23. RGB value is (237,195,35). Sum of RGB (Red+Green+Blue) = 237+195+35=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 35 (14.06% from 255 or 7.49% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC323 is #123CDC. Grayscale: #BDBDBD. Windows color (decimal): -1195229 or 2343917. OLE color: 2343917.

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

Color convert

RGB 237 195 35 -
CMYK 0 0.18 0.85 0.07
HSL 47.52º 0.85% 0.53% -
HSV(B) 47.52º 0.85% 0.93% -
XYZ 54.74 57.16 9.74 -
YUV 189.32 40.91 162.01 -
System Red Green Blue C M Y K H S L
Decimal 237 195 35 0 0.18 0.85 0.07 47.52 0.85 0.53
Hex ED C3 23 0 12 55 7 30 55 35
Octal 355 303 43 0 22 125 7 60 125 65
Binary 11101101 11000011 100011 0 10010 1010101 111 110000 1010101 110101

Color Harmonies of #EDC323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC323

Black with #EDC323

Text Example


Text Example

White with #EDC323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC323; }

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

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

background-color css

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

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

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

border-color css

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

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

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