Html Css Color HEX #EDC61B Moon Yellow

📋 copy color: '#EDC61B'

red 237 ◦ green 198 ◦ blue 27

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

Shades of Moon Yellow #EDC61B

Tints of Moon Yellow #EDC61B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.86%

 BLUE value IS 27 (10.94% from 255) = 5.84%

R = 51.3%
G = 42.86%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDC61B (or 0xEDC61B) is known color: Moon Yellow. HEX triplet: ED, C6 and 1B. RGB value is (237,198,27). Sum of RGB (Red+Green+Blue) = 237+198+27=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 27 (10.94% from 255 or 5.84% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC61B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC61B is #1239E4. Grayscale: #BEBEBE. Windows color (decimal): -1194469 or 1820397. OLE color: 1820397.

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

Color convert

RGB 237 198 27 -
CMYK 0 0.16 0.89 0.07
HSL 48.86º 0.85% 0.52% -
HSV(B) 48.86º 0.89% 0.93% -
XYZ 55.32 58.47 9.41 -
YUV 190.17 35.92 161.4 -
System Red Green Blue C M Y K H S L
Decimal 237 198 27 0 0.16 0.89 0.07 48.86 0.85 0.52
Hex ED C6 1B 0 10 59 7 31 55 34
Octal 355 306 33 0 20 131 7 61 125 64
Binary 11101101 11000110 11011 0 10000 1011001 111 110001 1010101 110100

Color Harmonies of #EDC61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC61B

Black with #EDC61B

Text Example


Text Example

White with #EDC61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC61B; }

 p { color: rgb(237,198,27); }

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

background-color css

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

 a { background-color: rgb(237,198,27); }

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

border-color css

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

 span { border-color: rgb(237,198,27); }

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