Html Css Color HEX #F5EC6B Dolly

📋 copy color: '#F5EC6B'

red 245 ◦ green 236 ◦ blue 107

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

Shades of Dolly #F5EC6B

Tints of Dolly #F5EC6B

RGB

 RED value IS 245 (96.09% from 255) = 41.67%

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

 BLUE value IS 107 (42.19% from 255) = 18.2%

R = 41.67%
G = 40.14%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5EC6B (or 0xF5EC6B) is known color: Dolly. HEX triplet: F5, EC and 6B. RGB value is (245,236,107). Sum of RGB (Red+Green+Blue) = 245+236+107=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 107 (42.19% from 255 or 18.20% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EC6B is #0A1394. Grayscale: #E0E0E0. Windows color (decimal): -660373 or 7073013. OLE color: 7073013.

HSL color Cylindrical-coordinate representation of color #F5EC6B: hue angle of 56.09º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5EC6B is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 236 107 -
CMYK 0 0.04 0.56 0.04
HSL 56.09º 0.87% 0.69% -
HSV(B) 56.09º 0.56% 0.96% -
XYZ 70.31 80.46 25.74 -
YUV 223.99 61.98 142.99 -
System Red Green Blue C M Y K H S L
Decimal 245 236 107 0 0.04 0.56 0.04 56.09 0.87 0.69
Hex F5 EC 6B 0 4 38 4 38 57 45
Octal 365 354 153 0 4 70 4 70 127 105
Binary 11110101 11101100 1101011 0 100 111000 100 111000 1010111 1000101

Color Harmonies of #F5EC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EC6B

Black with #F5EC6B

Text Example


Text Example

White with #F5EC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EC6B; }

 p { color: rgb(245,236,107); }

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

background-color css

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

 a { background-color: rgb(245,236,107); }

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

border-color css

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

 span { border-color: rgb(245,236,107); }

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