Html Css Color HEX #ECE00D Lemon

📋 copy color: '#ECE00D'

red 236 ◦ green 224 ◦ blue 13

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

Shades of Lemon #ECE00D

Tints of Lemon #ECE00D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.36%

 BLUE value IS 13 (5.47% from 255) = 2.75%

R = 49.89%
G = 47.36%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECE00D (or 0xECE00D) is known color: Lemon. HEX triplet: EC, E0 and 0D. RGB value is (236,224,13). Sum of RGB (Red+Green+Blue) = 236+224+13=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 13 (5.47% from 255 or 2.75% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE00D is #131FF2. Grayscale: #CCCCCC. Windows color (decimal): -1253363 or 909548. OLE color: 909548.

HSL color Cylindrical-coordinate representation of color #ECE00D: hue angle of 56.77º degrees, saturation: 0.9, 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 #ECE00D is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 224 13 -
CMYK 0 0.05 0.94 0.07
HSL 56.77º 0.9% 0.49% -
HSV(B) 56.77º 0.94% 0.93% -
XYZ 61.32 71.17 10.89 -
YUV 203.53 20.48 151.16 -
System Red Green Blue C M Y K H S L
Decimal 236 224 13 0 0.05 0.94 0.07 56.77 0.9 0.49
Hex EC E0 D 0 5 5E 7 39 5A 31
Octal 354 340 15 0 5 136 7 71 132 61
Binary 11101100 11100000 1101 0 101 1011110 111 111001 1011010 110001

Color Harmonies of #ECE00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE00D

Black with #ECE00D

Text Example


Text Example

White with #ECE00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE00D; }

 p { color: rgb(236,224,13); }

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

background-color css

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

 a { background-color: rgb(236,224,13); }

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

border-color css

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

 span { border-color: rgb(236,224,13); }

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