Html Css Color HEX #EDB812 Moon Yellow

📋 copy color: '#EDB812'

red 237 ◦ green 184 ◦ blue 18

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

Shades of Moon Yellow #EDB812

Tints of Moon Yellow #EDB812

RGB

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

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

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

R = 53.99%
G = 41.91%
B = 4.1%

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

#EDB812 (or 0xEDB812) is known color: Moon Yellow. HEX triplet: ED, B8 and 12. RGB value is (237,184,18). Sum of RGB (Red+Green+Blue) = 237+184+18=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 18 (7.42% from 255 or 4.10% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB812 is #1247ED. Grayscale: #B5B5B5. Windows color (decimal): -1198062 or 1226989. OLE color: 1226989.

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

Color convert

RGB 237 184 18 -
CMYK 0 0.22 0.92 0.07
HSL 45.48º 0.86% 0.5% -
HSV(B) 45.48º 0.92% 0.93% -
XYZ 52.17 52.33 7.92 -
YUV 180.92 36.06 168 -
System Red Green Blue C M Y K H S L
Decimal 237 184 18 0 0.22 0.92 0.07 45.48 0.86 0.5
Hex ED B8 12 0 16 5C 7 2D 56 32
Octal 355 270 22 0 26 134 7 55 126 62
Binary 11101101 10111000 10010 0 10110 1011100 111 101101 1010110 110010

Color Harmonies of #EDB812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB812

Black with #EDB812

Text Example


Text Example

White with #EDB812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB812; }

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

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

background-color css

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

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

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

border-color css

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

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

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