Html Css Color HEX #EFEC70 Dolly

📋 copy color: '#EFEC70'

red 239 ◦ green 236 ◦ blue 112

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

Shades of Dolly #EFEC70

Tints of Dolly #EFEC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.08%

R = 40.72%
G = 40.2%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFEC70 (or 0xEFEC70) is known color: Dolly. HEX triplet: EF, EC and 70. RGB value is (239,236,112). Sum of RGB (Red+Green+Blue) = 239+236+112=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 112 (44.14% from 255 or 19.08% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEC70 is #10138F. Grayscale: #DFDFDF. Windows color (decimal): -1053584 or 7400687. OLE color: 7400687.

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

Color convert

RGB 239 236 112 -
CMYK 0 0.01 0.53 0.06
HSL 58.58º 0.8% 0.69% -
HSV(B) 58.58º 0.53% 0.94% -
XYZ 68.52 79.51 27.07 -
YUV 222.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 239 236 112 0 0.01 0.53 0.06 58.58 0.8 0.69
Hex EF EC 70 0 1 35 6 3B 50 45
Octal 357 354 160 0 1 65 6 73 120 105
Binary 11101111 11101100 1110000 0 1 110101 110 111011 1010000 1000101

Color Harmonies of #EFEC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC70

Black with #EFEC70

Text Example


Text Example

White with #EFEC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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