Html Css Color HEX #EDC11B Moon Yellow

📋 copy color: '#EDC11B'

red 237 ◦ green 193 ◦ blue 27

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

Shades of Moon Yellow #EDC11B

Tints of Moon Yellow #EDC11B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.23%

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

R = 51.86%
G = 42.23%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDC11B (or 0xEDC11B) is known color: Moon Yellow. HEX triplet: ED, C1 and 1B. RGB value is (237,193,27). Sum of RGB (Red+Green+Blue) = 237+193+27=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 27 (10.94% from 255 or 5.91% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC11B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC11B is #123EE4. Grayscale: #BBBBBB. Windows color (decimal): -1195749 or 1819117. OLE color: 1819117.

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

Color convert

RGB 237 193 27 -
CMYK 0 0.19 0.89 0.07
HSL 47.43º 0.85% 0.52% -
HSV(B) 47.43º 0.89% 0.93% -
XYZ 54.19 56.22 9.03 -
YUV 187.23 37.58 163.5 -
System Red Green Blue C M Y K H S L
Decimal 237 193 27 0 0.19 0.89 0.07 47.43 0.85 0.52
Hex ED C1 1B 0 13 59 7 2F 55 34
Octal 355 301 33 0 23 131 7 57 125 64
Binary 11101101 11000001 11011 0 10011 1011001 111 101111 1010101 110100

Color Harmonies of #EDC11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC11B

Black with #EDC11B

Text Example


Text Example

White with #EDC11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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