Html Css Color HEX #EDBA15 Moon Yellow

📋 copy color: '#EDBA15'

red 237 ◦ green 186 ◦ blue 21

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

Shades of Moon Yellow #EDBA15

Tints of Moon Yellow #EDBA15

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.89%

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

R = 53.38%
G = 41.89%
B = 4.73%

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

#EDBA15 (or 0xEDBA15) is known color: Moon Yellow. HEX triplet: ED, BA and 15. RGB value is (237,186,21). Sum of RGB (Red+Green+Blue) = 237+186+21=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBA15 is #1245EA. Grayscale: #B7B7B7. Windows color (decimal): -1197547 or 1424109. OLE color: 1424109.

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

Color convert

RGB 237 186 21 -
CMYK 0 0.22 0.91 0.07
HSL 45.83º 0.86% 0.51% -
HSV(B) 45.83º 0.91% 0.93% -
XYZ 52.62 53.18 8.2 -
YUV 182.44 36.9 166.92 -
System Red Green Blue C M Y K H S L
Decimal 237 186 21 0 0.22 0.91 0.07 45.83 0.86 0.51
Hex ED BA 15 0 16 5B 7 2E 56 33
Octal 355 272 25 0 26 133 7 56 126 63
Binary 11101101 10111010 10101 0 10110 1011011 111 101110 1010110 110011

Color Harmonies of #EDBA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA15

Black with #EDBA15

Text Example


Text Example

White with #EDBA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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