Html Css Color HEX #EDBA11 Moon Yellow

📋 copy color: '#EDBA11'

red 237 ◦ green 186 ◦ blue 17

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

Shades of Moon Yellow #EDBA11

Tints of Moon Yellow #EDBA11

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.27%

 BLUE value IS 17 (7.03% from 255) = 3.86%

R = 53.86%
G = 42.27%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDBA11 (or 0xEDBA11) is known color: Moon Yellow. HEX triplet: ED, BA and 11. RGB value is (237,186,17). Sum of RGB (Red+Green+Blue) = 237+186+17=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBA11 is #1245EE. Grayscale: #B6B6B6. Windows color (decimal): -1197551 or 1161965. OLE color: 1161965.

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

Color convert

RGB 237 186 17 -
CMYK 0 0.22 0.93 0.07
HSL 46.09º 0.87% 0.5% -
HSV(B) 46.09º 0.93% 0.93% -
XYZ 52.59 53.16 8.02 -
YUV 181.98 34.9 167.24 -
System Red Green Blue C M Y K H S L
Decimal 237 186 17 0 0.22 0.93 0.07 46.09 0.87 0.5
Hex ED BA 11 0 16 5D 7 2E 57 32
Octal 355 272 21 0 26 135 7 56 127 62
Binary 11101101 10111010 10001 0 10110 1011101 111 101110 1010111 110010

Color Harmonies of #EDBA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA11

Black with #EDBA11

Text Example


Text Example

White with #EDBA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA11; }

 p { color: rgb(237,186,17); }

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

background-color css

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

 a { background-color: rgb(237,186,17); }

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

border-color css

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

 span { border-color: rgb(237,186,17); }

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