Html Css Color HEX #ECDE12 Lemon

📋 copy color: '#ECDE12'

red 236 ◦ green 222 ◦ blue 18

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

Shades of Lemon #ECDE12

Tints of Lemon #ECDE12

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.64%

 BLUE value IS 18 (7.42% from 255) = 3.78%

R = 49.58%
G = 46.64%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECDE12 (or 0xECDE12) is known color: Lemon. HEX triplet: EC, DE and 12. RGB value is (236,222,18). Sum of RGB (Red+Green+Blue) = 236+222+18=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 18 (7.42% from 255 or 3.78% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDE12 is #1321ED. Grayscale: #CBCBCB. Windows color (decimal): -1253870 or 1236716. OLE color: 1236716.

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

Color convert

RGB 236 222 18 -
CMYK 0 0.06 0.92 0.07
HSL 56.15º 0.86% 0.5% -
HSV(B) 56.15º 0.92% 0.93% -
XYZ 60.82 70.12 10.9 -
YUV 202.93 23.64 151.59 -
System Red Green Blue C M Y K H S L
Decimal 236 222 18 0 0.06 0.92 0.07 56.15 0.86 0.5
Hex EC DE 12 0 6 5C 7 38 56 32
Octal 354 336 22 0 6 134 7 70 126 62
Binary 11101100 11011110 10010 0 110 1011100 111 111000 1010110 110010

Color Harmonies of #ECDE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE12

Black with #ECDE12

Text Example


Text Example

White with #ECDE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE12; }

 p { color: rgb(236,222,18); }

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

background-color css

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

 a { background-color: rgb(236,222,18); }

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

border-color css

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

 span { border-color: rgb(236,222,18); }

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