Html Css Color HEX #EDB415 Moon Yellow

📋 copy color: '#EDB415'

red 237 ◦ green 180 ◦ blue 21

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

Shades of Moon Yellow #EDB415

Tints of Moon Yellow #EDB415

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.1%

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

R = 54.11%
G = 41.1%
B = 4.79%

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

#EDB415 (or 0xEDB415) is known color: Moon Yellow. HEX triplet: ED, B4 and 15. RGB value is (237,180,21). Sum of RGB (Red+Green+Blue) = 237+180+21=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 21 (8.59% from 255 or 4.79% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB415 is #124BEA. Grayscale: #B3B3B3. Windows color (decimal): -1199083 or 1422573. OLE color: 1422573.

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

Color convert

RGB 237 180 21 -
CMYK 0 0.24 0.91 0.07
HSL 44.17º 0.86% 0.51% -
HSV(B) 44.17º 0.91% 0.93% -
XYZ 51.38 50.7 7.79 -
YUV 178.92 38.88 169.43 -
System Red Green Blue C M Y K H S L
Decimal 237 180 21 0 0.24 0.91 0.07 44.17 0.86 0.51
Hex ED B4 15 0 18 5B 7 2C 56 33
Octal 355 264 25 0 30 133 7 54 126 63
Binary 11101101 10110100 10101 0 11000 1011011 111 101100 1010110 110011

Color Harmonies of #EDB415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB415

Black with #EDB415

Text Example


Text Example

White with #EDB415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB415; }

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

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

background-color css

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

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

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

border-color css

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

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

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