Html Css Color HEX #F5EE6A Dolly

📋 copy color: '#F5EE6A'

red 245 ◦ green 238 ◦ blue 106

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

Shades of Dolly #F5EE6A

Tints of Dolly #F5EE6A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.41%

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

R = 41.6%
G = 40.41%
B = 18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F5EE6A (or 0xF5EE6A) is known color: Dolly. HEX triplet: F5, EE and 6A. RGB value is (245,238,106). Sum of RGB (Red+Green+Blue) = 245+238+106=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 106 (41.80% from 255 or 18.00% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EE6A is #0A1195. Grayscale: #E1E1E1. Windows color (decimal): -659862 or 7007989. OLE color: 7007989.

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

Color convert

RGB 245 238 106 -
CMYK 0 0.03 0.57 0.04
HSL 56.98º 0.87% 0.69% -
HSV(B) 56.98º 0.57% 0.96% -
XYZ 70.83 81.6 25.65 -
YUV 225.05 60.82 142.23 -
System Red Green Blue C M Y K H S L
Decimal 245 238 106 0 0.03 0.57 0.04 56.98 0.87 0.69
Hex F5 EE 6A 0 3 39 4 39 57 45
Octal 365 356 152 0 3 71 4 71 127 105
Binary 11110101 11101110 1101010 0 11 111001 100 111001 1010111 1000101

Color Harmonies of #F5EE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EE6A

Black with #F5EE6A

Text Example


Text Example

White with #F5EE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EE6A; }

 p { color: rgb(245,238,106); }

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

background-color css

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

 a { background-color: rgb(245,238,106); }

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

border-color css

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

 span { border-color: rgb(245,238,106); }

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