Html Css Color HEX #EDBA18 Moon Yellow

📋 copy color: '#EDBA18'

red 237 ◦ green 186 ◦ blue 24

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

Shades of Moon Yellow #EDBA18

Tints of Moon Yellow #EDBA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.37%

R = 53.02%
G = 41.61%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDBA18 (or 0xEDBA18) is known color: Moon Yellow. HEX triplet: ED, BA and 18. RGB value is (237,186,24). Sum of RGB (Red+Green+Blue) = 237+186+24=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 24 (9.77% from 255 or 5.37% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBA18 is #1245E7. Grayscale: #B7B7B7. Windows color (decimal): -1197544 or 1620717. OLE color: 1620717.

HSL color Cylindrical-coordinate representation of color #EDBA18: hue angle of 45.63º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDBA18 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 186 24 -
CMYK 0 0.22 0.90 0.07
HSL 45.63º 0.86% 0.51% -
HSV(B) 45.63º 0.9% 0.93% -
XYZ 52.65 53.19 8.36 -
YUV 182.78 38.4 166.67 -
System Red Green Blue C M Y K H S L
Decimal 237 186 24 0 0.22 0.90 0.07 45.63 0.86 0.51
Hex ED BA 18 0 16 5A 7 2E 56 33
Octal 355 272 30 0 26 132 7 56 126 63
Binary 11101101 10111010 11000 0 10110 1011010 111 101110 1010110 110011

Color Harmonies of #EDBA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA18

Black with #EDBA18

Text Example


Text Example

White with #EDBA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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