Html Css Color HEX #EDB915 Moon Yellow

📋 copy color: '#EDB915'

red 237 ◦ green 185 ◦ blue 21

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

Shades of Moon Yellow #EDB915

Tints of Moon Yellow #EDB915

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.76%

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

R = 53.5%
G = 41.76%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDB915 (or 0xEDB915) is known color: Moon Yellow. HEX triplet: ED, B9 and 15. RGB value is (237,185,21). Sum of RGB (Red+Green+Blue) = 237+185+21=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 21 (8.59% from 255 or 4.74% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB915 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB915 is #1246EA. Grayscale: #B6B6B6. Windows color (decimal): -1197803 or 1423853. OLE color: 1423853.

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

Color convert

RGB 237 185 21 -
CMYK 0 0.22 0.91 0.07
HSL 45.56º 0.86% 0.51% -
HSV(B) 45.56º 0.91% 0.93% -
XYZ 52.41 52.76 8.13 -
YUV 181.85 37.23 167.34 -
System Red Green Blue C M Y K H S L
Decimal 237 185 21 0 0.22 0.91 0.07 45.56 0.86 0.51
Hex ED B9 15 0 16 5B 7 2E 56 33
Octal 355 271 25 0 26 133 7 56 126 63
Binary 11101101 10111001 10101 0 10110 1011011 111 101110 1010110 110011

Color Harmonies of #EDB915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB915

Black with #EDB915

Text Example


Text Example

White with #EDB915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB915; }

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

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

background-color css

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

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

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

border-color css

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

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

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