Html Css Color HEX #EDC315 Moon Yellow

📋 copy color: '#EDC315'

red 237 ◦ green 195 ◦ blue 21

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

Shades of Moon Yellow #EDC315

Tints of Moon Yellow #EDC315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.64%

R = 52.32%
G = 43.05%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDC315 (or 0xEDC315) is known color: Moon Yellow. HEX triplet: ED, C3 and 15. RGB value is (237,195,21). Sum of RGB (Red+Green+Blue) = 237+195+21=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 21 (8.59% from 255 or 4.64% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC315 is #123CEA. Grayscale: #BCBCBC. Windows color (decimal): -1195243 or 1426413. OLE color: 1426413.

HSL color Cylindrical-coordinate representation of color #EDC315: hue angle of 48.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDC315 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 195 21 -
CMYK 0 0.18 0.91 0.07
HSL 48.33º 0.86% 0.51% -
HSV(B) 48.33º 0.91% 0.93% -
XYZ 54.58 57.09 8.85 -
YUV 187.72 33.91 163.15 -
System Red Green Blue C M Y K H S L
Decimal 237 195 21 0 0.18 0.91 0.07 48.33 0.86 0.51
Hex ED C3 15 0 12 5B 7 30 56 33
Octal 355 303 25 0 22 133 7 60 126 63
Binary 11101101 11000011 10101 0 10010 1011011 111 110000 1010110 110011

Color Harmonies of #EDC315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC315

Black with #EDC315

Text Example


Text Example

White with #EDC315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC315; }

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

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

background-color css

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

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

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

border-color css

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

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

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