Html Css Color HEX #EDB710 Moon Yellow

📋 copy color: '#EDB710'

red 237 ◦ green 183 ◦ blue 16

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

Shades of Moon Yellow #EDB710

Tints of Moon Yellow #EDB710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.67%

R = 54.36%
G = 41.97%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDB710 (or 0xEDB710) is known color: Moon Yellow. HEX triplet: ED, B7 and 10. RGB value is (237,183,16). Sum of RGB (Red+Green+Blue) = 237+183+16=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB710 is #1248EF. Grayscale: #B4B4B4. Windows color (decimal): -1198320 or 1095661. OLE color: 1095661.

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

Color convert

RGB 237 183 16 -
CMYK 0 0.23 0.93 0.07
HSL 45.34º 0.87% 0.5% -
HSV(B) 45.34º 0.93% 0.93% -
XYZ 51.95 51.91 7.77 -
YUV 180.11 35.39 168.58 -
System Red Green Blue C M Y K H S L
Decimal 237 183 16 0 0.23 0.93 0.07 45.34 0.87 0.5
Hex ED B7 10 0 17 5D 7 2D 57 32
Octal 355 267 20 0 27 135 7 55 127 62
Binary 11101101 10110111 10000 0 10111 1011101 111 101101 1010111 110010

Color Harmonies of #EDB710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB710

Black with #EDB710

Text Example


Text Example

White with #EDB710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB710; }

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

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

background-color css

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

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

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

border-color css

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

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

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