Html Css Color HEX #ECF074 Dolly

📋 copy color: '#ECF074'

red 236 ◦ green 240 ◦ blue 116

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

Shades of Dolly #ECF074

Tints of Dolly #ECF074

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.54%

 BLUE value IS 116 (45.7% from 255) = 19.59%

R = 39.86%
G = 40.54%
B = 19.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#ECF074 (or 0xECF074) is known color: Dolly. HEX triplet: EC, F0 and 74. RGB value is (236,240,116). Sum of RGB (Red+Green+Blue) = 236+240+116=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 116 (45.70% from 255 or 19.59% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF074 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF074 is #130F8B. Grayscale: #E1E1E1. Windows color (decimal): -1249164 or 7663852. OLE color: 7663852.

HSL color Cylindrical-coordinate representation of color #ECF074: hue angle of 61.94º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECF074 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 240 116 -
CMYK 0.02 0 0.52 0.06
HSL 61.94º 0.81% 0.7% -
HSV(B) 61.94º 0.52% 0.94% -
XYZ 68.9 81.41 28.61 -
YUV 224.67 66.67 136.08 -
System Red Green Blue C M Y K H S L
Decimal 236 240 116 0.02 0 0.52 0.06 61.94 0.81 0.7
Hex EC F0 74 2 0 34 6 3E 51 46
Octal 354 360 164 2 0 64 6 76 121 106
Binary 11101100 11110000 1110100 10 0 110100 110 111110 1010001 1000110

Color Harmonies of #ECF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF074

Black with #ECF074

Text Example


Text Example

White with #ECF074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF074; }

 p { color: rgb(236,240,116); }

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

background-color css

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

 a { background-color: rgb(236,240,116); }

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

border-color css

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

 span { border-color: rgb(236,240,116); }

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