Html Css Color HEX #EDCA11 Moon Yellow

📋 copy color: '#EDCA11'

red 237 ◦ green 202 ◦ blue 17

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

Shades of Moon Yellow #EDCA11

Tints of Moon Yellow #EDCA11

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.3%

 BLUE value IS 17 (7.03% from 255) = 3.73%

R = 51.97%
G = 44.3%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDCA11 (or 0xEDCA11) is known color: Moon Yellow. HEX triplet: ED, CA and 11. RGB value is (237,202,17). Sum of RGB (Red+Green+Blue) = 237+202+17=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 17 (7.03% from 255 or 3.73% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCA11 is #1235EE. Grayscale: #C0C0C0. Windows color (decimal): -1193455 or 1166061. OLE color: 1166061.

HSL color Cylindrical-coordinate representation of color #EDCA11: hue angle of 50.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDCA11 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 202 17 -
CMYK 0 0.15 0.93 0.07
HSL 50.45º 0.87% 0.5% -
HSV(B) 50.45º 0.93% 0.93% -
XYZ 56.15 60.29 9.21 -
YUV 191.38 29.6 160.54 -
System Red Green Blue C M Y K H S L
Decimal 237 202 17 0 0.15 0.93 0.07 50.45 0.87 0.5
Hex ED CA 11 0 F 5D 7 32 57 32
Octal 355 312 21 0 17 135 7 62 127 62
Binary 11101101 11001010 10001 0 1111 1011101 111 110010 1010111 110010

Color Harmonies of #EDCA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCA11

Black with #EDCA11

Text Example


Text Example

White with #EDCA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCA11; }

 p { color: rgb(237,202,17); }

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

background-color css

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

 a { background-color: rgb(237,202,17); }

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

border-color css

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

 span { border-color: rgb(237,202,17); }

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