Html Css Color HEX #EDB718 Moon Yellow

📋 copy color: '#EDB718'

red 237 ◦ green 183 ◦ blue 24

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

Shades of Moon Yellow #EDB718

Tints of Moon Yellow #EDB718

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.22%

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

R = 53.38%
G = 41.22%
B = 5.41%

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

#EDB718 (or 0xEDB718) is known color: Moon Yellow. HEX triplet: ED, B7 and 18. RGB value is (237,183,24). Sum of RGB (Red+Green+Blue) = 237+183+24=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 24 (9.77% from 255 or 5.41% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB718 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB718 is #1248E7. Grayscale: #B5B5B5. Windows color (decimal): -1198312 or 1619949. OLE color: 1619949.

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

Color convert

RGB 237 183 24 -
CMYK 0 0.23 0.90 0.07
HSL 44.79º 0.86% 0.51% -
HSV(B) 44.79º 0.9% 0.93% -
XYZ 52.02 51.94 8.15 -
YUV 181.02 39.39 167.93 -
System Red Green Blue C M Y K H S L
Decimal 237 183 24 0 0.23 0.90 0.07 44.79 0.86 0.51
Hex ED B7 18 0 17 5A 7 2D 56 33
Octal 355 267 30 0 27 132 7 55 126 63
Binary 11101101 10110111 11000 0 10111 1011010 111 101101 1010110 110011

Color Harmonies of #EDB718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB718

Black with #EDB718

Text Example


Text Example

White with #EDB718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB718; }

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

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

background-color css

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

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

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

border-color css

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

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

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