Html Css Color HEX #ECDF1A Lemon

📋 copy color: '#ECDF1A'

red 236 ◦ green 223 ◦ blue 26

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

Shades of Lemon #ECDF1A

Tints of Lemon #ECDF1A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.98%

 BLUE value IS 26 (10.55% from 255) = 5.36%

R = 48.66%
G = 45.98%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ECDF1A (or 0xECDF1A) is known color: Lemon. HEX triplet: EC, DF and 1A. RGB value is (236,223,26). Sum of RGB (Red+Green+Blue) = 236+223+26=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF1A is #1320E5. Grayscale: #CDCDCD. Windows color (decimal): -1253606 or 1761260. OLE color: 1761260.

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

Color convert

RGB 236 223 26 -
CMYK 0 0.06 0.89 0.07
HSL 56.29º 0.85% 0.51% -
HSV(B) 56.29º 0.89% 0.93% -
XYZ 61.17 70.68 11.4 -
YUV 204.43 27.31 150.52 -
System Red Green Blue C M Y K H S L
Decimal 236 223 26 0 0.06 0.89 0.07 56.29 0.85 0.51
Hex EC DF 1A 0 6 59 7 38 55 33
Octal 354 337 32 0 6 131 7 70 125 63
Binary 11101100 11011111 11010 0 110 1011001 111 111000 1010101 110011

Color Harmonies of #ECDF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDF1A

Black with #ECDF1A

Text Example


Text Example

White with #ECDF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDF1A; }

 p { color: rgb(236,223,26); }

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

background-color css

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

 a { background-color: rgb(236,223,26); }

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

border-color css

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

 span { border-color: rgb(236,223,26); }

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