Html Css Color HEX #ECDB0C Lemon

📋 copy color: '#ECDB0C'

red 236 ◦ green 219 ◦ blue 12

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

Shades of Lemon #ECDB0C

Tints of Lemon #ECDB0C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.9%

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

R = 50.54%
G = 46.9%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECDB0C (or 0xECDB0C) is known color: Lemon. HEX triplet: EC, DB and 0C. RGB value is (236,219,12). Sum of RGB (Red+Green+Blue) = 236+219+12=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDB0C is #1324F3. Grayscale: #C9C9C9. Windows color (decimal): -1254644 or 842732. OLE color: 842732.

HSL color Cylindrical-coordinate representation of color #ECDB0C: hue angle of 55.45º 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 #ECDB0C is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 219 12 -
CMYK 0 0.07 0.95 0.07
HSL 55.45º 0.9% 0.49% -
HSV(B) 55.45º 0.95% 0.93% -
XYZ 59.99 68.52 10.41 -
YUV 200.49 21.63 153.33 -
System Red Green Blue C M Y K H S L
Decimal 236 219 12 0 0.07 0.95 0.07 55.45 0.9 0.49
Hex EC DB C 0 7 5F 7 37 5A 31
Octal 354 333 14 0 7 137 7 67 132 61
Binary 11101100 11011011 1100 0 111 1011111 111 110111 1011010 110001

Color Harmonies of #ECDB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB0C

Black with #ECDB0C

Text Example


Text Example

White with #ECDB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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