Html Css Color HEX #EDB813 Moon Yellow

📋 copy color: '#EDB813'

red 237 ◦ green 184 ◦ blue 19

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

Shades of Moon Yellow #EDB813

Tints of Moon Yellow #EDB813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.32%

R = 53.86%
G = 41.82%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDB813 (or 0xEDB813) is known color: Moon Yellow. HEX triplet: ED, B8 and 13. RGB value is (237,184,19). Sum of RGB (Red+Green+Blue) = 237+184+19=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 19 (7.81% from 255 or 4.32% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB813 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB813 is #1247EC. Grayscale: #B5B5B5. Windows color (decimal): -1198061 or 1292525. OLE color: 1292525.

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

Color convert

RGB 237 184 19 -
CMYK 0 0.22 0.92 0.07
HSL 45.41º 0.86% 0.5% -
HSV(B) 45.41º 0.92% 0.93% -
XYZ 52.18 52.33 7.97 -
YUV 181.04 36.56 167.92 -
System Red Green Blue C M Y K H S L
Decimal 237 184 19 0 0.22 0.92 0.07 45.41 0.86 0.5
Hex ED B8 13 0 16 5C 7 2D 56 32
Octal 355 270 23 0 26 134 7 55 126 62
Binary 11101101 10111000 10011 0 10110 1011100 111 101101 1010110 110010

Color Harmonies of #EDB813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB813

Black with #EDB813

Text Example


Text Example

White with #EDB813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB813; }

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

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

background-color css

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

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

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

border-color css

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

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

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