Html Css Color HEX #EFEC74 Dolly

📋 copy color: '#EFEC74'

red 239 ◦ green 236 ◦ blue 116

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

Shades of Dolly #EFEC74

Tints of Dolly #EFEC74

RGB

 RED value IS 239 (93.75% from 255) = 40.44%

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

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

R = 40.44%
G = 39.93%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFEC74 (or 0xEFEC74) is known color: Dolly. HEX triplet: EF, EC and 74. RGB value is (239,236,116). Sum of RGB (Red+Green+Blue) = 239+236+116=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 116 (45.70% from 255 or 19.63% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEC74 is #10138B. Grayscale: #DFDFDF. Windows color (decimal): -1053580 or 7662831. OLE color: 7662831.

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

Color convert

RGB 239 236 116 -
CMYK 0 0.01 0.51 0.06
HSL 58.54º 0.79% 0.7% -
HSV(B) 58.54º 0.51% 0.94% -
XYZ 68.74 79.6 28.26 -
YUV 223.22 67.49 139.26 -
System Red Green Blue C M Y K H S L
Decimal 239 236 116 0 0.01 0.51 0.06 58.54 0.79 0.7
Hex EF EC 74 0 1 33 6 3B 4F 46
Octal 357 354 164 0 1 63 6 73 117 106
Binary 11101111 11101100 1110100 0 1 110011 110 111011 1001111 1000110

Color Harmonies of #EFEC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC74

Black with #EFEC74

Text Example


Text Example

White with #EFEC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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