Html Css Color HEX #EDC91B Moon Yellow

📋 copy color: '#EDC91B'

red 237 ◦ green 201 ◦ blue 27

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

Shades of Moon Yellow #EDC91B

Tints of Moon Yellow #EDC91B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.23%

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

R = 50.97%
G = 43.23%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDC91B (or 0xEDC91B) is known color: Moon Yellow. HEX triplet: ED, C9 and 1B. RGB value is (237,201,27). Sum of RGB (Red+Green+Blue) = 237+201+27=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 27 (10.94% from 255 or 5.81% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC91B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC91B is #1236E4. Grayscale: #C0C0C0. Windows color (decimal): -1193701 or 1821165. OLE color: 1821165.

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

Color convert

RGB 237 201 27 -
CMYK 0 0.15 0.89 0.07
HSL 49.71º 0.85% 0.52% -
HSV(B) 49.71º 0.89% 0.93% -
XYZ 56.01 59.86 9.64 -
YUV 191.93 34.93 160.15 -
System Red Green Blue C M Y K H S L
Decimal 237 201 27 0 0.15 0.89 0.07 49.71 0.85 0.52
Hex ED C9 1B 0 F 59 7 32 55 34
Octal 355 311 33 0 17 131 7 62 125 64
Binary 11101101 11001001 11011 0 1111 1011001 111 110010 1010101 110100

Color Harmonies of #EDC91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC91B

Black with #EDC91B

Text Example


Text Example

White with #EDC91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC91B; }

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

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

background-color css

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

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

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

border-color css

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

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

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