Html Css Color HEX #EDB615 Moon Yellow

📋 copy color: '#EDB615'

red 237 ◦ green 182 ◦ blue 21

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

Shades of Moon Yellow #EDB615

Tints of Moon Yellow #EDB615

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.36%

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

R = 53.86%
G = 41.36%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDB615 (or 0xEDB615) is known color: Moon Yellow. HEX triplet: ED, B6 and 15. RGB value is (237,182,21). Sum of RGB (Red+Green+Blue) = 237+182+21=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 21 (8.59% from 255 or 4.77% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB615 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB615 is #1249EA. Grayscale: #B4B4B4. Windows color (decimal): -1198571 or 1423085. OLE color: 1423085.

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

Color convert

RGB 237 182 21 -
CMYK 0 0.23 0.91 0.07
HSL 44.72º 0.86% 0.51% -
HSV(B) 44.72º 0.91% 0.93% -
XYZ 51.79 51.51 7.92 -
YUV 180.09 38.22 168.59 -
System Red Green Blue C M Y K H S L
Decimal 237 182 21 0 0.23 0.91 0.07 44.72 0.86 0.51
Hex ED B6 15 0 17 5B 7 2D 56 33
Octal 355 266 25 0 27 133 7 55 126 63
Binary 11101101 10110110 10101 0 10111 1011011 111 101101 1010110 110011

Color Harmonies of #EDB615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB615

Black with #EDB615

Text Example


Text Example

White with #EDB615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB615; }

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

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

background-color css

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

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

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

border-color css

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

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

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