Html Css Color HEX #EDB816 Moon Yellow

📋 copy color: '#EDB816'

red 237 ◦ green 184 ◦ blue 22

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

Shades of Moon Yellow #EDB816

Tints of Moon Yellow #EDB816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.97%

R = 53.5%
G = 41.53%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDB816 (or 0xEDB816) is known color: Moon Yellow. HEX triplet: ED, B8 and 16. RGB value is (237,184,22). Sum of RGB (Red+Green+Blue) = 237+184+22=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB816 is #1247E9. Grayscale: #B6B6B6. Windows color (decimal): -1198058 or 1489133. OLE color: 1489133.

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

Color convert

RGB 237 184 22 -
CMYK 0 0.22 0.91 0.07
HSL 45.21º 0.86% 0.51% -
HSV(B) 45.21º 0.91% 0.93% -
XYZ 52.21 52.34 8.11 -
YUV 181.38 38.06 167.67 -
System Red Green Blue C M Y K H S L
Decimal 237 184 22 0 0.22 0.91 0.07 45.21 0.86 0.51
Hex ED B8 16 0 16 5B 7 2D 56 33
Octal 355 270 26 0 26 133 7 55 126 63
Binary 11101101 10111000 10110 0 10110 1011011 111 101101 1010110 110011

Color Harmonies of #EDB816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB816

Black with #EDB816

Text Example


Text Example

White with #EDB816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB816; }

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

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

background-color css

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

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

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

border-color css

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

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

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