Html Css Color HEX #EDBC13 Moon Yellow

📋 copy color: '#EDBC13'

red 237 ◦ green 188 ◦ blue 19

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

Shades of Moon Yellow #EDBC13

Tints of Moon Yellow #EDBC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.28%

R = 53.38%
G = 42.34%
B = 4.28%

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

#EDBC13 (or 0xEDBC13) is known color: Moon Yellow. HEX triplet: ED, BC and 13. RGB value is (237,188,19). Sum of RGB (Red+Green+Blue) = 237+188+19=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 19 (7.81% from 255 or 4.28% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBC13 is #1243EC. Grayscale: #B8B8B8. Windows color (decimal): -1197037 or 1293549. OLE color: 1293549.

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

Color convert

RGB 237 188 19 -
CMYK 0 0.21 0.92 0.07
HSL 46.51º 0.86% 0.5% -
HSV(B) 46.51º 0.92% 0.93% -
XYZ 53.03 54.02 8.25 -
YUV 183.39 35.23 166.24 -
System Red Green Blue C M Y K H S L
Decimal 237 188 19 0 0.21 0.92 0.07 46.51 0.86 0.5
Hex ED BC 13 0 15 5C 7 2F 56 32
Octal 355 274 23 0 25 134 7 57 126 62
Binary 11101101 10111100 10011 0 10101 1011100 111 101111 1010110 110010

Color Harmonies of #EDBC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC13

Black with #EDBC13

Text Example


Text Example

White with #EDBC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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