Html Css Color HEX #EFDA7B Buff

📋 copy color: '#EFDA7B'

red 239 ◦ green 218 ◦ blue 123

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

Shades of Buff #EFDA7B

Tints of Buff #EFDA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.21%

R = 41.21%
G = 37.59%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFDA7B (or 0xEFDA7B) is known color: Buff. HEX triplet: EF, DA and 7B. RGB value is (239,218,123). Sum of RGB (Red+Green+Blue) = 239+218+123=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 123 (48.44% from 255 or 21.21% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA7B is #102584. Grayscale: #D5D5D5. Windows color (decimal): -1058181 or 8116975. OLE color: 8116975.

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

Color convert

RGB 239 218 123 -
CMYK 0 0.09 0.49 0.06
HSL 49.14º 0.78% 0.71% -
HSV(B) 49.14º 0.49% 0.94% -
XYZ 64.24 69.92 28.85 -
YUV 213.45 76.96 146.22 -
System Red Green Blue C M Y K H S L
Decimal 239 218 123 0 0.09 0.49 0.06 49.14 0.78 0.71
Hex EF DA 7B 0 9 31 6 31 4E 47
Octal 357 332 173 0 11 61 6 61 116 107
Binary 11101111 11011010 1111011 0 1001 110001 110 110001 1001110 1000111

Color Harmonies of #EFDA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA7B

Black with #EFDA7B

Text Example


Text Example

White with #EFDA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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