Html Css Color HEX #F0EC6A Dolly

📋 copy color: '#F0EC6A'

red 240 ◦ green 236 ◦ blue 106

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

Shades of Dolly #F0EC6A

Tints of Dolly #F0EC6A

RGB

 RED value IS 240 (94.14% from 255) = 41.24%

 GREEN value IS 236 (92.58% from 255) = 40.55%

 BLUE value IS 106 (41.8% from 255) = 18.21%

R = 41.24%
G = 40.55%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0EC6A (or 0xF0EC6A) is known color: Dolly. HEX triplet: F0, EC and 6A. RGB value is (240,236,106). Sum of RGB (Red+Green+Blue) = 240+236+106=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 106 (41.80% from 255 or 18.21% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EC6A is #0F1395. Grayscale: #DEDEDE. Windows color (decimal): -988054 or 7007472. OLE color: 7007472.

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

Color convert

RGB 240 236 106 -
CMYK 0 0.02 0.56 0.06
HSL 58.21º 0.82% 0.68% -
HSV(B) 58.21º 0.56% 0.94% -
XYZ 68.53 79.56 25.38 -
YUV 222.38 62.33 140.57 -
System Red Green Blue C M Y K H S L
Decimal 240 236 106 0 0.02 0.56 0.06 58.21 0.82 0.68
Hex F0 EC 6A 0 2 38 6 3A 52 44
Octal 360 354 152 0 2 70 6 72 122 104
Binary 11110000 11101100 1101010 0 10 111000 110 111010 1010010 1000100

Color Harmonies of #F0EC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EC6A

Black with #F0EC6A

Text Example


Text Example

White with #F0EC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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