Html Css Color HEX #EFE772 Dolly

📋 copy color: '#EFE772'

red 239 ◦ green 231 ◦ blue 114

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

Shades of Dolly #EFE772

Tints of Dolly #EFE772

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.55%

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

R = 40.92%
G = 39.55%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFE772 (or 0xEFE772) is known color: Dolly. HEX triplet: EF, E7 and 72. RGB value is (239,231,114). Sum of RGB (Red+Green+Blue) = 239+231+114=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 231 (90.62% from 255 or 39.55% from 584); Blue value is 114 (44.92% from 255 or 19.52% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE772 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE772 is #10188D. Grayscale: #DCDCDC. Windows color (decimal): -1054862 or 7530479. OLE color: 7530479.

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

Color convert

RGB 239 231 114 -
CMYK 0 0.03 0.52 0.06
HSL 56.16º 0.8% 0.69% -
HSV(B) 56.16º 0.52% 0.94% -
XYZ 67.21 76.72 27.19 -
YUV 220.05 68.15 141.51 -
System Red Green Blue C M Y K H S L
Decimal 239 231 114 0 0.03 0.52 0.06 56.16 0.8 0.69
Hex EF E7 72 0 3 34 6 38 50 45
Octal 357 347 162 0 3 64 6 70 120 105
Binary 11101111 11100111 1110010 0 11 110100 110 111000 1010000 1000101

Color Harmonies of #EFE772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE772

Black with #EFE772

Text Example


Text Example

White with #EFE772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE772; }

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

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

background-color css

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

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

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

border-color css

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

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

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