Html Css Color HEX #EFE570 Dolly

📋 copy color: '#EFE570'

red 239 ◦ green 229 ◦ blue 112

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

Shades of Dolly #EFE570

Tints of Dolly #EFE570

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.48%

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

R = 41.21%
G = 39.48%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFE570 (or 0xEFE570) is known color: Dolly. HEX triplet: EF, E5 and 70. RGB value is (239,229,112). Sum of RGB (Red+Green+Blue) = 239+229+112=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 229 (89.84% from 255 or 39.48% from 580); Blue value is 112 (44.14% from 255 or 19.31% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE570 is #101A8F. Grayscale: #DBDBDB. Windows color (decimal): -1055376 or 7398895. OLE color: 7398895.

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

Color convert

RGB 239 229 112 -
CMYK 0 0.04 0.53 0.06
HSL 55.28º 0.8% 0.69% -
HSV(B) 55.28º 0.53% 0.94% -
XYZ 66.54 75.56 26.41 -
YUV 218.65 67.81 142.51 -
System Red Green Blue C M Y K H S L
Decimal 239 229 112 0 0.04 0.53 0.06 55.28 0.8 0.69
Hex EF E5 70 0 4 35 6 37 50 45
Octal 357 345 160 0 4 65 6 67 120 105
Binary 11101111 11100101 1110000 0 100 110101 110 110111 1010000 1000101

Color Harmonies of #EFE570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE570

Black with #EFE570

Text Example


Text Example

White with #EFE570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE570; }

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

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

background-color css

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

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

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

border-color css

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

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

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