Html Css Color HEX #EDB61C Moon Yellow

📋 copy color: '#EDB61C'

red 237 ◦ green 182 ◦ blue 28

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

Shades of Moon Yellow #EDB61C

Tints of Moon Yellow #EDB61C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.72%

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

R = 53.02%
G = 40.72%
B = 6.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDB61C (or 0xEDB61C) is known color: Moon Yellow. HEX triplet: ED, B6 and 1C. RGB value is (237,182,28). Sum of RGB (Red+Green+Blue) = 237+182+28=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB61C is #1249E3. Grayscale: #B5B5B5. Windows color (decimal): -1198564 or 1881837. OLE color: 1881837.

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

Color convert

RGB 237 182 28 -
CMYK 0 0.23 0.88 0.07
HSL 44.21º 0.85% 0.52% -
HSV(B) 44.21º 0.88% 0.93% -
XYZ 51.86 51.54 8.31 -
YUV 180.89 41.72 168.02 -
System Red Green Blue C M Y K H S L
Decimal 237 182 28 0 0.23 0.88 0.07 44.21 0.85 0.52
Hex ED B6 1C 0 17 58 7 2C 55 34
Octal 355 266 34 0 27 130 7 54 125 64
Binary 11101101 10110110 11100 0 10111 1011000 111 101100 1010101 110100

Color Harmonies of #EDB61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB61C

Black with #EDB61C

Text Example


Text Example

White with #EDB61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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