Html Css Color HEX #ECDF0B Lemon

📋 copy color: '#ECDF0B'

red 236 ◦ green 223 ◦ blue 11

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

Shades of Lemon #ECDF0B

Tints of Lemon #ECDF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.34%

R = 50.21%
G = 47.45%
B = 2.34%

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

#ECDF0B (or 0xECDF0B) is known color: Lemon. HEX triplet: EC, DF and 0B. RGB value is (236,223,11). Sum of RGB (Red+Green+Blue) = 236+223+11=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 11 (4.69% from 255 or 2.34% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDF0B is #1320F4. Grayscale: #CBCBCB. Windows color (decimal): -1253621 or 778220. OLE color: 778220.

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

Color convert

RGB 236 223 11 -
CMYK 0 0.06 0.95 0.07
HSL 56.53º 0.91% 0.48% -
HSV(B) 56.53º 0.95% 0.93% -
XYZ 61.04 70.63 10.73 -
YUV 202.72 19.81 151.74 -
System Red Green Blue C M Y K H S L
Decimal 236 223 11 0 0.06 0.95 0.07 56.53 0.91 0.48
Hex EC DF B 0 6 5F 7 39 5B 30
Octal 354 337 13 0 6 137 7 71 133 60
Binary 11101100 11011111 1011 0 110 1011111 111 111001 1011011 110000

Color Harmonies of #ECDF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDF0B

Black with #ECDF0B

Text Example


Text Example

White with #ECDF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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