Html Css Color HEX #EDBA1C Moon Yellow

📋 copy color: '#EDBA1C'

red 237 ◦ green 186 ◦ blue 28

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

Shades of Moon Yellow #EDBA1C

Tints of Moon Yellow #EDBA1C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.24%

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

R = 52.55%
G = 41.24%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDBA1C (or 0xEDBA1C) is known color: Moon Yellow. HEX triplet: ED, BA and 1C. RGB value is (237,186,28). Sum of RGB (Red+Green+Blue) = 237+186+28=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 28 (11.33% from 255 or 6.21% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA1C is #1245E3. Grayscale: #B7B7B7. Windows color (decimal): -1197540 or 1882861. OLE color: 1882861.

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

Color convert

RGB 237 186 28 -
CMYK 0 0.22 0.88 0.07
HSL 45.36º 0.85% 0.52% -
HSV(B) 45.36º 0.88% 0.93% -
XYZ 52.69 53.21 8.59 -
YUV 183.24 40.4 166.35 -
System Red Green Blue C M Y K H S L
Decimal 237 186 28 0 0.22 0.88 0.07 45.36 0.85 0.52
Hex ED BA 1C 0 16 58 7 2D 55 34
Octal 355 272 34 0 26 130 7 55 125 64
Binary 11101101 10111010 11100 0 10110 1011000 111 101101 1010101 110100

Color Harmonies of #EDBA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA1C

Black with #EDBA1C

Text Example


Text Example

White with #EDBA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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