Html Css Color HEX #EFDA7F Buff

📋 copy color: '#EFDA7F'

red 239 ◦ green 218 ◦ blue 127

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

Shades of Buff #EFDA7F

Tints of Buff #EFDA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.75%

R = 40.92%
G = 37.33%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFDA7F (or 0xEFDA7F) is known color: Buff. HEX triplet: EF, DA and 7F. RGB value is (239,218,127). Sum of RGB (Red+Green+Blue) = 239+218+127=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 127 (50% from 255 or 21.75% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA7F is #102580. Grayscale: #D6D6D6. Windows color (decimal): -1058177 or 8379119. OLE color: 8379119.

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

Color convert

RGB 239 218 127 -
CMYK 0 0.09 0.47 0.06
HSL 48.75º 0.78% 0.72% -
HSV(B) 48.75º 0.47% 0.94% -
XYZ 64.5 70.03 30.2 -
YUV 213.91 78.96 145.9 -
System Red Green Blue C M Y K H S L
Decimal 239 218 127 0 0.09 0.47 0.06 48.75 0.78 0.72
Hex EF DA 7F 0 9 2F 6 31 4E 48
Octal 357 332 177 0 11 57 6 61 116 110
Binary 11101111 11011010 1111111 0 1001 101111 110 110001 1001110 1001000

Color Harmonies of #EFDA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA7F

Black with #EFDA7F

Text Example


Text Example

White with #EFDA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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