Html Css Color HEX #EFD77D Buff

📋 copy color: '#EFD77D'

red 239 ◦ green 215 ◦ blue 125

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

Shades of Buff #EFD77D

Tints of Buff #EFD77D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.13%

 BLUE value IS 125 (49.22% from 255) = 21.59%

R = 41.28%
G = 37.13%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFD77D (or 0xEFD77D) is known color: Buff. HEX triplet: EF, D7 and 7D. RGB value is (239,215,125). Sum of RGB (Red+Green+Blue) = 239+215+125=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD77D is #102882. Grayscale: #D4D4D4. Windows color (decimal): -1058947 or 8247279. OLE color: 8247279.

HSL color Cylindrical-coordinate representation of color #EFD77D: hue angle of 47.37º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFD77D is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 215 125 -
CMYK 0 0.10 0.48 0.06
HSL 47.37º 0.78% 0.71% -
HSV(B) 47.37º 0.48% 0.94% -
XYZ 63.6 68.43 29.26 -
YUV 211.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 239 215 125 0 0.10 0.48 0.06 47.37 0.78 0.71
Hex EF D7 7D 0 A 30 6 2F 4E 47
Octal 357 327 175 0 12 60 6 57 116 107
Binary 11101111 11010111 1111101 0 1010 110000 110 101111 1001110 1000111

Color Harmonies of #EFD77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD77D

Black with #EFD77D

Text Example


Text Example

White with #EFD77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD77D; }

 p { color: rgb(239,215,125); }

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

background-color css

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

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

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

border-color css

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

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

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