Html Css Color HEX #EFED73 Dolly

📋 copy color: '#EFED73'

red 239 ◦ green 237 ◦ blue 115

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

Shades of Dolly #EFED73

Tints of Dolly #EFED73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.46%

R = 40.44%
G = 40.1%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFED73 (or 0xEFED73) is known color: Dolly. HEX triplet: EF, ED and 73. RGB value is (239,237,115). Sum of RGB (Red+Green+Blue) = 239+237+115=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 115 (45.31% from 255 or 19.46% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED73 is #10128C. Grayscale: #E0E0E0. Windows color (decimal): -1053325 or 7597551. OLE color: 7597551.

HSL color Cylindrical-coordinate representation of color #EFED73: hue angle of 59.03º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFED73 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 237 115 -
CMYK 0 0.01 0.52 0.06
HSL 59.03º 0.79% 0.69% -
HSV(B) 59.03º 0.52% 0.94% -
XYZ 68.98 80.16 28.06 -
YUV 223.69 66.66 138.92 -
System Red Green Blue C M Y K H S L
Decimal 239 237 115 0 0.01 0.52 0.06 59.03 0.79 0.69
Hex EF ED 73 0 1 34 6 3B 4F 45
Octal 357 355 163 0 1 64 6 73 117 105
Binary 11101111 11101101 1110011 0 1 110100 110 111011 1001111 1000101

Color Harmonies of #EFED73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED73

Black with #EFED73

Text Example


Text Example

White with #EFED73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED73; }

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

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

background-color css

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

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

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

border-color css

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

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

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