Html Css Color HEX #EDBC1D Moon Yellow

📋 copy color: '#EDBC1D'

red 237 ◦ green 188 ◦ blue 29

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

Shades of Moon Yellow #EDBC1D

Tints of Moon Yellow #EDBC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.39%

R = 52.2%
G = 41.41%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDBC1D (or 0xEDBC1D) is known color: Moon Yellow. HEX triplet: ED, BC and 1D. RGB value is (237,188,29). Sum of RGB (Red+Green+Blue) = 237+188+29=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 29 (11.72% from 255 or 6.39% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC1D is #1243E2. Grayscale: #B9B9B9. Windows color (decimal): -1197027 or 1948909. OLE color: 1948909.

HSL color Cylindrical-coordinate representation of color #EDBC1D: hue angle of 45.87º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDBC1D is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 188 29 -
CMYK 0 0.21 0.88 0.07
HSL 45.87º 0.85% 0.52% -
HSV(B) 45.87º 0.88% 0.93% -
XYZ 53.13 54.06 8.8 -
YUV 184.53 40.23 165.43 -
System Red Green Blue C M Y K H S L
Decimal 237 188 29 0 0.21 0.88 0.07 45.87 0.85 0.52
Hex ED BC 1D 0 15 58 7 2E 55 34
Octal 355 274 35 0 25 130 7 56 125 64
Binary 11101101 10111100 11101 0 10101 1011000 111 101110 1010101 110100

Color Harmonies of #EDBC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC1D

Black with #EDBC1D

Text Example


Text Example

White with #EDBC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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