Html Css Color HEX #EDB818 Moon Yellow

📋 copy color: '#EDB818'

red 237 ◦ green 184 ◦ blue 24

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

Shades of Moon Yellow #EDB818

Tints of Moon Yellow #EDB818

RGB

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

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

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

R = 53.26%
G = 41.35%
B = 5.39%

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

#EDB818 (or 0xEDB818) is known color: Moon Yellow. HEX triplet: ED, B8 and 18. RGB value is (237,184,24). Sum of RGB (Red+Green+Blue) = 237+184+24=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 24 (9.77% from 255 or 5.39% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB818 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB818 is #1247E7. Grayscale: #B6B6B6. Windows color (decimal): -1198056 or 1620205. OLE color: 1620205.

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

Color convert

RGB 237 184 24 -
CMYK 0 0.22 0.90 0.07
HSL 45.07º 0.86% 0.51% -
HSV(B) 45.07º 0.9% 0.93% -
XYZ 52.23 52.35 8.22 -
YUV 181.61 39.06 167.51 -
System Red Green Blue C M Y K H S L
Decimal 237 184 24 0 0.22 0.90 0.07 45.07 0.86 0.51
Hex ED B8 18 0 16 5A 7 2D 56 33
Octal 355 270 30 0 26 132 7 55 126 63
Binary 11101101 10111000 11000 0 10110 1011010 111 101101 1010110 110011

Color Harmonies of #EDB818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB818

Black with #EDB818

Text Example


Text Example

White with #EDB818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB818; }

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

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

background-color css

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

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

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

border-color css

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

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

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