Html Css Color HEX #EDBC12 Moon Yellow

📋 copy color: '#EDBC12'

red 237 ◦ green 188 ◦ blue 18

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

Shades of Moon Yellow #EDBC12

Tints of Moon Yellow #EDBC12

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.44%

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

R = 53.5%
G = 42.44%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDBC12 (or 0xEDBC12) is known color: Moon Yellow. HEX triplet: ED, BC and 12. RGB value is (237,188,18). Sum of RGB (Red+Green+Blue) = 237+188+18=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBC12 is #1243ED. Grayscale: #B7B7B7. Windows color (decimal): -1197038 or 1228013. OLE color: 1228013.

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

Color convert

RGB 237 188 18 -
CMYK 0 0.21 0.92 0.07
HSL 46.58º 0.86% 0.5% -
HSV(B) 46.58º 0.92% 0.93% -
XYZ 53.02 54.01 8.2 -
YUV 183.27 34.73 166.32 -
System Red Green Blue C M Y K H S L
Decimal 237 188 18 0 0.21 0.92 0.07 46.58 0.86 0.5
Hex ED BC 12 0 15 5C 7 2F 56 32
Octal 355 274 22 0 25 134 7 57 126 62
Binary 11101101 10111100 10010 0 10101 1011100 111 101111 1010110 110010

Color Harmonies of #EDBC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC12

Black with #EDBC12

Text Example


Text Example

White with #EDBC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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