Html Css Color HEX #EDB512 Moon Yellow

📋 copy color: '#EDB512'

red 237 ◦ green 181 ◦ blue 18

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

Shades of Moon Yellow #EDB512

Tints of Moon Yellow #EDB512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.51%

 BLUE value IS 18 (7.42% from 255) = 4.13%

R = 54.36%
G = 41.51%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDB512 (or 0xEDB512) is known color: Moon Yellow. HEX triplet: ED, B5 and 12. RGB value is (237,181,18). Sum of RGB (Red+Green+Blue) = 237+181+18=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB512 is #124AED. Grayscale: #B3B3B3. Windows color (decimal): -1198830 or 1226221. OLE color: 1226221.

HSL color Cylindrical-coordinate representation of color #EDB512: hue angle of 44.66º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDB512 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 181 18 -
CMYK 0 0.24 0.92 0.07
HSL 44.66º 0.86% 0.5% -
HSV(B) 44.66º 0.92% 0.93% -
XYZ 51.56 51.1 7.72 -
YUV 179.16 37.05 169.25 -
System Red Green Blue C M Y K H S L
Decimal 237 181 18 0 0.24 0.92 0.07 44.66 0.86 0.5
Hex ED B5 12 0 18 5C 7 2D 56 32
Octal 355 265 22 0 30 134 7 55 126 62
Binary 11101101 10110101 10010 0 11000 1011100 111 101101 1010110 110010

Color Harmonies of #EDB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB512

Black with #EDB512

Text Example


Text Example

White with #EDB512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB512; }

 p { color: rgb(237,181,18); }

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

background-color css

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

 a { background-color: rgb(237,181,18); }

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

border-color css

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

 span { border-color: rgb(237,181,18); }

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