Html Css Color HEX #EFEB74 Dolly

📋 copy color: '#EFEB74'

red 239 ◦ green 235 ◦ blue 116

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

Shades of Dolly #EFEB74

Tints of Dolly #EFEB74

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.83%

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

R = 40.51%
G = 39.83%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFEB74 (or 0xEFEB74) is known color: Dolly. HEX triplet: EF, EB and 74. RGB value is (239,235,116). Sum of RGB (Red+Green+Blue) = 239+235+116=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 116 (45.70% from 255 or 19.66% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEB74 is #10148B. Grayscale: #DFDFDF. Windows color (decimal): -1053836 or 7662575. OLE color: 7662575.

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

Color convert

RGB 239 235 116 -
CMYK 0 0.02 0.51 0.06
HSL 58.05º 0.79% 0.7% -
HSV(B) 58.05º 0.51% 0.94% -
XYZ 68.46 79.03 28.17 -
YUV 222.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 239 235 116 0 0.02 0.51 0.06 58.05 0.79 0.7
Hex EF EB 74 0 2 33 6 3A 4F 46
Octal 357 353 164 0 2 63 6 72 117 106
Binary 11101111 11101011 1110100 0 10 110011 110 111010 1001111 1000110

Color Harmonies of #EFEB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB74

Black with #EFEB74

Text Example


Text Example

White with #EFEB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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