Html Css Color HEX #EDB618 Moon Yellow

📋 copy color: '#EDB618'

red 237 ◦ green 182 ◦ blue 24

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

Shades of Moon Yellow #EDB618

Tints of Moon Yellow #EDB618

RGB

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

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

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

R = 53.5%
G = 41.08%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDB618 (or 0xEDB618) is known color: Moon Yellow. HEX triplet: ED, B6 and 18. RGB value is (237,182,24). Sum of RGB (Red+Green+Blue) = 237+182+24=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 24 (9.77% from 255 or 5.42% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB618 is #1249E7. Grayscale: #B5B5B5. Windows color (decimal): -1198568 or 1619693. OLE color: 1619693.

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

Color convert

RGB 237 182 24 -
CMYK 0 0.23 0.90 0.07
HSL 44.51º 0.86% 0.51% -
HSV(B) 44.51º 0.9% 0.93% -
XYZ 51.82 51.53 8.08 -
YUV 180.43 39.72 168.35 -
System Red Green Blue C M Y K H S L
Decimal 237 182 24 0 0.23 0.90 0.07 44.51 0.86 0.51
Hex ED B6 18 0 17 5A 7 2D 56 33
Octal 355 266 30 0 27 132 7 55 126 63
Binary 11101101 10110110 11000 0 10111 1011010 111 101101 1010110 110011

Color Harmonies of #EDB618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB618

Black with #EDB618

Text Example


Text Example

White with #EDB618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB618; }

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

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

background-color css

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

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

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

border-color css

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

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

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