Html Css Color HEX #EDB610 Moon Yellow

📋 copy color: '#EDB610'

red 237 ◦ green 182 ◦ blue 16

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

Shades of Moon Yellow #EDB610

Tints of Moon Yellow #EDB610

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.84%

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

R = 54.48%
G = 41.84%
B = 3.68%

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

#EDB610 (or 0xEDB610) is known color: Moon Yellow. HEX triplet: ED, B6 and 10. RGB value is (237,182,16). Sum of RGB (Red+Green+Blue) = 237+182+16=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB610 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB610 is #1249EF. Grayscale: #B4B4B4. Windows color (decimal): -1198576 or 1095405. OLE color: 1095405.

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

Color convert

RGB 237 182 16 -
CMYK 0 0.23 0.93 0.07
HSL 45.07º 0.87% 0.5% -
HSV(B) 45.07º 0.93% 0.93% -
XYZ 51.75 51.5 7.7 -
YUV 179.52 35.72 169 -
System Red Green Blue C M Y K H S L
Decimal 237 182 16 0 0.23 0.93 0.07 45.07 0.87 0.5
Hex ED B6 10 0 17 5D 7 2D 57 32
Octal 355 266 20 0 27 135 7 55 127 62
Binary 11101101 10110110 10000 0 10111 1011101 111 101101 1010111 110010

Color Harmonies of #EDB610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB610

Black with #EDB610

Text Example


Text Example

White with #EDB610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB610; }

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

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

background-color css

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

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

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

border-color css

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

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

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