Html Css Color HEX #EDBC1C Moon Yellow

📋 copy color: '#EDBC1C'

red 237 ◦ green 188 ◦ blue 28

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

Shades of Moon Yellow #EDBC1C

Tints of Moon Yellow #EDBC1C

RGB

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

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

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

R = 52.32%
G = 41.5%
B = 6.18%

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

#EDBC1C (or 0xEDBC1C) is known color: Moon Yellow. HEX triplet: ED, BC and 1C. RGB value is (237,188,28). Sum of RGB (Red+Green+Blue) = 237+188+28=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 28 (11.33% from 255 or 6.18% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC1C is #1243E3. Grayscale: #B9B9B9. Windows color (decimal): -1197028 or 1883373. OLE color: 1883373.

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

Color convert

RGB 237 188 28 -
CMYK 0 0.21 0.88 0.07
HSL 45.93º 0.85% 0.52% -
HSV(B) 45.93º 0.88% 0.93% -
XYZ 53.12 54.05 8.73 -
YUV 184.41 39.73 165.51 -
System Red Green Blue C M Y K H S L
Decimal 237 188 28 0 0.21 0.88 0.07 45.93 0.85 0.52
Hex ED BC 1C 0 15 58 7 2E 55 34
Octal 355 274 34 0 25 130 7 56 125 64
Binary 11101101 10111100 11100 0 10101 1011000 111 101110 1010101 110100

Color Harmonies of #EDBC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC1C

Black with #EDBC1C

Text Example


Text Example

White with #EDBC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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