Html Css Color HEX #EFED74 Dolly

📋 copy color: '#EFED74'

red 239 ◦ green 237 ◦ blue 116

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

Shades of Dolly #EFED74

Tints of Dolly #EFED74

RGB

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

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

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

R = 40.37%
G = 40.03%
B = 19.59%

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

#EFED74 (or 0xEFED74) is known color: Dolly. HEX triplet: EF, ED and 74. RGB value is (239,237,116). Sum of RGB (Red+Green+Blue) = 239+237+116=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 116 (45.70% from 255 or 19.59% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED74 is #10128B. Grayscale: #E0E0E0. Windows color (decimal): -1053324 or 7663087. OLE color: 7663087.

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

Color convert

RGB 239 237 116 -
CMYK 0 0.01 0.51 0.06
HSL 59.02º 0.79% 0.7% -
HSV(B) 59.02º 0.51% 0.94% -
XYZ 69.03 80.18 28.36 -
YUV 223.8 67.16 138.84 -
System Red Green Blue C M Y K H S L
Decimal 239 237 116 0 0.01 0.51 0.06 59.02 0.79 0.7
Hex EF ED 74 0 1 33 6 3B 4F 46
Octal 357 355 164 0 1 63 6 73 117 106
Binary 11101111 11101101 1110100 0 1 110011 110 111011 1001111 1000110

Color Harmonies of #EFED74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED74

Black with #EFED74

Text Example


Text Example

White with #EFED74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED74; }

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

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

background-color css

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

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

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

border-color css

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

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

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