Html Css Color HEX #ECDA10 Lemon

📋 copy color: '#ECDA10'

red 236 ◦ green 218 ◦ blue 16

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

Shades of Lemon #ECDA10

Tints of Lemon #ECDA10

RGB

 RED value IS 236 (92.58% from 255) = 50.21%

 GREEN value IS 218 (85.55% from 255) = 46.38%

 BLUE value IS 16 (6.64% from 255) = 3.4%

R = 50.21%
G = 46.38%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ECDA10 (or 0xECDA10) is known color: Lemon. HEX triplet: EC, DA and 10. RGB value is (236,218,16). Sum of RGB (Red+Green+Blue) = 236+218+16=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 16 (6.64% from 255 or 3.40% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDA10 is #1325EF. Grayscale: #C9C9C9. Windows color (decimal): -1254896 or 1104620. OLE color: 1104620.

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

Color convert

RGB 236 218 16 -
CMYK 0 0.08 0.93 0.07
HSL 55.09º 0.87% 0.49% -
HSV(B) 55.09º 0.93% 0.93% -
XYZ 59.76 68.01 10.47 -
YUV 200.35 23.96 153.43 -
System Red Green Blue C M Y K H S L
Decimal 236 218 16 0 0.08 0.93 0.07 55.09 0.87 0.49
Hex EC DA 10 0 8 5D 7 37 57 31
Octal 354 332 20 0 10 135 7 67 127 61
Binary 11101100 11011010 10000 0 1000 1011101 111 110111 1010111 110001

Color Harmonies of #ECDA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA10

Black with #ECDA10

Text Example


Text Example

White with #ECDA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA10; }

 p { color: rgb(236,218,16); }

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

background-color css

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

 a { background-color: rgb(236,218,16); }

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

border-color css

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

 span { border-color: rgb(236,218,16); }

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