Html Css Color HEX #EFEF74 Dolly

📋 copy color: '#EFEF74'

red 239 ◦ green 239 ◦ blue 116

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

Shades of Dolly #EFEF74

Tints of Dolly #EFEF74

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.24%

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

R = 40.24%
G = 40.24%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFEF74 (or 0xEFEF74) is known color: Dolly. HEX triplet: EF, EF and 74. RGB value is (239,239,116). Sum of RGB (Red+Green+Blue) = 239+239+116=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 116 (45.70% from 255 or 19.53% from 594); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEF74 is #10108B. Grayscale: #E1E1E1. Windows color (decimal): -1052812 or 7663599. OLE color: 7663599.

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

Color convert

RGB 239 239 116 -
CMYK 0 0 0.51 0.06
HSL 60º 0.79% 0.7% -
HSV(B) 60º 0.51% 0.94% -
XYZ 69.62 81.34 28.55 -
YUV 224.98 66.5 138 -
System Red Green Blue C M Y K H S L
Decimal 239 239 116 0 0 0.51 0.06 60 0.79 0.7
Hex EF EF 74 0 0 33 6 3C 4F 46
Octal 357 357 164 0 0 63 6 74 117 106
Binary 11101111 11101111 1110100 0 0 110011 110 111100 1001111 1000110

Color Harmonies of #EFEF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF74

Black with #EFEF74

Text Example


Text Example

White with #EFEF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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