Html Css Color HEX #EFED70 Dolly

📋 copy color: '#EFED70'

red 239 ◦ green 237 ◦ blue 112

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

Shades of Dolly #EFED70

Tints of Dolly #EFED70

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.31%

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

R = 40.65%
G = 40.31%
B = 19.05%

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

#EFED70 (or 0xEFED70) is known color: Dolly. HEX triplet: EF, ED and 70. RGB value is (239,237,112). Sum of RGB (Red+Green+Blue) = 239+237+112=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 112 (44.14% from 255 or 19.05% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED70 is #10128F. Grayscale: #DFDFDF. Windows color (decimal): -1053328 or 7400943. OLE color: 7400943.

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

Color convert

RGB 239 237 112 -
CMYK 0 0.01 0.53 0.06
HSL 59.06º 0.8% 0.69% -
HSV(B) 59.06º 0.53% 0.94% -
XYZ 68.81 80.09 27.16 -
YUV 223.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 239 237 112 0 0.01 0.53 0.06 59.06 0.8 0.69
Hex EF ED 70 0 1 35 6 3B 50 45
Octal 357 355 160 0 1 65 6 73 120 105
Binary 11101111 11101101 1110000 0 1 110101 110 111011 1010000 1000101

Color Harmonies of #EFED70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED70

Black with #EFED70

Text Example


Text Example

White with #EFED70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED70; }

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

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

background-color css

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

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

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

border-color css

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

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

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