Html Css Color HEX #EFDA7D Buff

📋 copy color: '#EFDA7D'

red 239 ◦ green 218 ◦ blue 125

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

Shades of Buff #EFDA7D

Tints of Buff #EFDA7D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.46%

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

R = 41.07%
G = 37.46%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFDA7D (or 0xEFDA7D) is known color: Buff. HEX triplet: EF, DA and 7D. RGB value is (239,218,125). Sum of RGB (Red+Green+Blue) = 239+218+125=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA7D is #102582. Grayscale: #D6D6D6. Windows color (decimal): -1058179 or 8248047. OLE color: 8248047.

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

Color convert

RGB 239 218 125 -
CMYK 0 0.09 0.48 0.06
HSL 48.95º 0.78% 0.71% -
HSV(B) 48.95º 0.48% 0.94% -
XYZ 64.37 69.97 29.52 -
YUV 213.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 239 218 125 0 0.09 0.48 0.06 48.95 0.78 0.71
Hex EF DA 7D 0 9 30 6 31 4E 47
Octal 357 332 175 0 11 60 6 61 116 107
Binary 11101111 11011010 1111101 0 1001 110000 110 110001 1001110 1000111

Color Harmonies of #EFDA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA7D

Black with #EFDA7D

Text Example


Text Example

White with #EFDA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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