Html Css Color HEX #EDB712 Moon Yellow

📋 copy color: '#EDB712'

red 237 ◦ green 183 ◦ blue 18

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

Shades of Moon Yellow #EDB712

Tints of Moon Yellow #EDB712

RGB

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

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

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

R = 54.11%
G = 41.78%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDB712 (or 0xEDB712) is known color: Moon Yellow. HEX triplet: ED, B7 and 12. RGB value is (237,183,18). Sum of RGB (Red+Green+Blue) = 237+183+18=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB712 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB712 is #1248ED. Grayscale: #B5B5B5. Windows color (decimal): -1198318 or 1226733. OLE color: 1226733.

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

Color convert

RGB 237 183 18 -
CMYK 0 0.23 0.92 0.07
HSL 45.21º 0.86% 0.5% -
HSV(B) 45.21º 0.92% 0.93% -
XYZ 51.97 51.92 7.85 -
YUV 180.34 36.39 168.42 -
System Red Green Blue C M Y K H S L
Decimal 237 183 18 0 0.23 0.92 0.07 45.21 0.86 0.5
Hex ED B7 12 0 17 5C 7 2D 56 32
Octal 355 267 22 0 27 134 7 55 126 62
Binary 11101101 10110111 10010 0 10111 1011100 111 101101 1010110 110010

Color Harmonies of #EDB712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB712

Black with #EDB712

Text Example


Text Example

White with #EDB712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB712; }

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

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

background-color css

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

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

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

border-color css

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

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

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