Html Css Color HEX #EFED72 Dolly

📋 copy color: '#EFED72'

red 239 ◦ green 237 ◦ blue 114

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

Shades of Dolly #EFED72

Tints of Dolly #EFED72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.32%

R = 40.51%
G = 40.17%
B = 19.32%

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

#EFED72 (or 0xEFED72) is known color: Dolly. HEX triplet: EF, ED and 72. RGB value is (239,237,114). Sum of RGB (Red+Green+Blue) = 239+237+114=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 114 (44.92% from 255 or 19.32% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED72 is #10128D. Grayscale: #E0E0E0. Windows color (decimal): -1053326 or 7532015. OLE color: 7532015.

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

Color convert

RGB 239 237 114 -
CMYK 0 0.01 0.52 0.06
HSL 59.04º 0.8% 0.69% -
HSV(B) 59.04º 0.52% 0.94% -
XYZ 68.92 80.13 27.75 -
YUV 223.58 66.16 139 -
System Red Green Blue C M Y K H S L
Decimal 239 237 114 0 0.01 0.52 0.06 59.04 0.8 0.69
Hex EF ED 72 0 1 34 6 3B 50 45
Octal 357 355 162 0 1 64 6 73 120 105
Binary 11101111 11101101 1110010 0 1 110100 110 111011 1010000 1000101

Color Harmonies of #EFED72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED72

Black with #EFED72

Text Example


Text Example

White with #EFED72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED72; }

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

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

background-color css

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

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

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

border-color css

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

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

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