Html Css Color HEX #EFE770 Dolly

📋 copy color: '#EFE770'

red 239 ◦ green 231 ◦ blue 112

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

Shades of Dolly #EFE770

Tints of Dolly #EFE770

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.69%

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

R = 41.07%
G = 39.69%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFE770 (or 0xEFE770) is known color: Dolly. HEX triplet: EF, E7 and 70. RGB value is (239,231,112). Sum of RGB (Red+Green+Blue) = 239+231+112=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 231 (90.62% from 255 or 39.69% from 582); Blue value is 112 (44.14% from 255 or 19.24% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE770 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE770 is #10188F. Grayscale: #DCDCDC. Windows color (decimal): -1054864 or 7399407. OLE color: 7399407.

HSL color Cylindrical-coordinate representation of color #EFE770: hue angle of 56.22º 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 #EFE770 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 231 112 -
CMYK 0 0.03 0.53 0.06
HSL 56.22º 0.8% 0.69% -
HSV(B) 56.22º 0.53% 0.94% -
XYZ 67.1 76.67 26.59 -
YUV 219.83 67.15 141.68 -
System Red Green Blue C M Y K H S L
Decimal 239 231 112 0 0.03 0.53 0.06 56.22 0.8 0.69
Hex EF E7 70 0 3 35 6 38 50 45
Octal 357 347 160 0 3 65 6 70 120 105
Binary 11101111 11100111 1110000 0 11 110101 110 111000 1010000 1000101

Color Harmonies of #EFE770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE770

Black with #EFE770

Text Example


Text Example

White with #EFE770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE770; }

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

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

background-color css

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

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

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

border-color css

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

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

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