Html Css Color HEX #EDBD1C Moon Yellow

📋 copy color: '#EDBD1C'

red 237 ◦ green 189 ◦ blue 28

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

Shades of Moon Yellow #EDBD1C

Tints of Moon Yellow #EDBD1C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.63%

 BLUE value IS 28 (11.33% from 255) = 6.17%

R = 52.2%
G = 41.63%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDBD1C (or 0xEDBD1C) is known color: Moon Yellow. HEX triplet: ED, BD and 1C. RGB value is (237,189,28). Sum of RGB (Red+Green+Blue) = 237+189+28=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 28 (11.33% from 255 or 6.17% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBD1C is #1242E3. Grayscale: #B9B9B9. Windows color (decimal): -1196772 or 1883629. OLE color: 1883629.

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

Color convert

RGB 237 189 28 -
CMYK 0 0.20 0.88 0.07
HSL 46.22º 0.85% 0.52% -
HSV(B) 46.22º 0.88% 0.93% -
XYZ 53.33 54.48 8.8 -
YUV 185 39.4 165.09 -
System Red Green Blue C M Y K H S L
Decimal 237 189 28 0 0.20 0.88 0.07 46.22 0.85 0.52
Hex ED BD 1C 0 14 58 7 2E 55 34
Octal 355 275 34 0 24 130 7 56 125 64
Binary 11101101 10111101 11100 0 10100 1011000 111 101110 1010101 110100

Color Harmonies of #EDBD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBD1C

Black with #EDBD1C

Text Example


Text Example

White with #EDBD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBD1C; }

 p { color: rgb(237,189,28); }

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

background-color css

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

 a { background-color: rgb(237,189,28); }

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

border-color css

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

 span { border-color: rgb(237,189,28); }

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