Html Css Color HEX #ECDD0C Lemon

📋 copy color: '#ECDD0C'

red 236 ◦ green 221 ◦ blue 12

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

Shades of Lemon #ECDD0C

Tints of Lemon #ECDD0C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.12%

 BLUE value IS 12 (5.08% from 255) = 2.56%

R = 50.32%
G = 47.12%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECDD0C (or 0xECDD0C) is known color: Lemon. HEX triplet: EC, DD and 0C. RGB value is (236,221,12). Sum of RGB (Red+Green+Blue) = 236+221+12=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 12 (5.08% from 255 or 2.56% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD0C is #1322F3. Grayscale: #CACACA. Windows color (decimal): -1254132 or 843244. OLE color: 843244.

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

Color convert

RGB 236 221 12 -
CMYK 0 0.06 0.95 0.07
HSL 55.98º 0.9% 0.49% -
HSV(B) 55.98º 0.95% 0.93% -
XYZ 60.51 69.57 10.59 -
YUV 201.66 20.97 152.49 -
System Red Green Blue C M Y K H S L
Decimal 236 221 12 0 0.06 0.95 0.07 55.98 0.9 0.49
Hex EC DD C 0 6 5F 7 38 5A 31
Octal 354 335 14 0 6 137 7 70 132 61
Binary 11101100 11011101 1100 0 110 1011111 111 111000 1011010 110001

Color Harmonies of #ECDD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD0C

Black with #ECDD0C

Text Example


Text Example

White with #ECDD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD0C; }

 p { color: rgb(236,221,12); }

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

background-color css

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

 a { background-color: rgb(236,221,12); }

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

border-color css

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

 span { border-color: rgb(236,221,12); }

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