Html Css Color HEX #ECDF0E Lemon

📋 copy color: '#ECDF0E'

red 236 ◦ green 223 ◦ blue 14

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

Shades of Lemon #ECDF0E

Tints of Lemon #ECDF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.96%

R = 49.89%
G = 47.15%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECDF0E (or 0xECDF0E) is known color: Lemon. HEX triplet: EC, DF and 0E. RGB value is (236,223,14). Sum of RGB (Red+Green+Blue) = 236+223+14=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 14 (5.86% from 255 or 2.96% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDF0E is #1320F1. Grayscale: #CBCBCB. Windows color (decimal): -1253618 or 974828. OLE color: 974828.

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

Color convert

RGB 236 223 14 -
CMYK 0 0.06 0.94 0.07
HSL 56.49º 0.89% 0.49% -
HSV(B) 56.49º 0.94% 0.93% -
XYZ 61.06 70.64 10.83 -
YUV 203.06 21.31 151.49 -
System Red Green Blue C M Y K H S L
Decimal 236 223 14 0 0.06 0.94 0.07 56.49 0.89 0.49
Hex EC DF E 0 6 5E 7 38 59 31
Octal 354 337 16 0 6 136 7 70 131 61
Binary 11101100 11011111 1110 0 110 1011110 111 111000 1011001 110001

Color Harmonies of #ECDF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDF0E

Black with #ECDF0E

Text Example


Text Example

White with #ECDF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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