Html Css Color HEX #EDB315 Moon Yellow

📋 copy color: '#EDB315'

red 237 ◦ green 179 ◦ blue 21

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

Shades of Moon Yellow #EDB315

Tints of Moon Yellow #EDB315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.96%

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

R = 54.23%
G = 40.96%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDB315 (or 0xEDB315) is known color: Moon Yellow. HEX triplet: ED, B3 and 15. RGB value is (237,179,21). Sum of RGB (Red+Green+Blue) = 237+179+21=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB315 is #124CEA. Grayscale: #B3B3B3. Windows color (decimal): -1199339 or 1422317. OLE color: 1422317.

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

Color convert

RGB 237 179 21 -
CMYK 0 0.24 0.91 0.07
HSL 43.89º 0.86% 0.51% -
HSV(B) 43.89º 0.91% 0.93% -
XYZ 51.18 50.3 7.72 -
YUV 178.33 39.22 169.85 -
System Red Green Blue C M Y K H S L
Decimal 237 179 21 0 0.24 0.91 0.07 43.89 0.86 0.51
Hex ED B3 15 0 18 5B 7 2C 56 33
Octal 355 263 25 0 30 133 7 54 126 63
Binary 11101101 10110011 10101 0 11000 1011011 111 101100 1010110 110011

Color Harmonies of #EDB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB315

Black with #EDB315

Text Example


Text Example

White with #EDB315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB315; }

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

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

background-color css

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

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

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

border-color css

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

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

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