Html Css Color HEX #EDB815 Moon Yellow

📋 copy color: '#EDB815'

red 237 ◦ green 184 ◦ blue 21

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

Shades of Moon Yellow #EDB815

Tints of Moon Yellow #EDB815

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.63%

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

R = 53.62%
G = 41.63%
B = 4.75%

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

#EDB815 (or 0xEDB815) is known color: Moon Yellow. HEX triplet: ED, B8 and 15. RGB value is (237,184,21). Sum of RGB (Red+Green+Blue) = 237+184+21=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB815 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB815 is #1247EA. Grayscale: #B5B5B5. Windows color (decimal): -1198059 or 1423597. OLE color: 1423597.

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

Color convert

RGB 237 184 21 -
CMYK 0 0.22 0.91 0.07
HSL 45.28º 0.86% 0.51% -
HSV(B) 45.28º 0.91% 0.93% -
XYZ 52.2 52.34 8.06 -
YUV 181.27 37.56 167.75 -
System Red Green Blue C M Y K H S L
Decimal 237 184 21 0 0.22 0.91 0.07 45.28 0.86 0.51
Hex ED B8 15 0 16 5B 7 2D 56 33
Octal 355 270 25 0 26 133 7 55 126 63
Binary 11101101 10111000 10101 0 10110 1011011 111 101101 1010110 110011

Color Harmonies of #EDB815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB815

Black with #EDB815

Text Example


Text Example

White with #EDB815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB815; }

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

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

background-color css

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

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

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

border-color css

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

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

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