Html Css Color HEX #EFD67D Buff

📋 copy color: '#EFD67D'

red 239 ◦ green 214 ◦ blue 125

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

Shades of Buff #EFD67D

Tints of Buff #EFD67D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.02%

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

R = 41.35%
G = 37.02%
B = 21.63%

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

#EFD67D (or 0xEFD67D) is known color: Buff. HEX triplet: EF, D6 and 7D. RGB value is (239,214,125). Sum of RGB (Red+Green+Blue) = 239+214+125=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 125 (49.22% from 255 or 21.63% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD67D is #102982. Grayscale: #D3D3D3. Windows color (decimal): -1059203 or 8247023. OLE color: 8247023.

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

Color convert

RGB 239 214 125 -
CMYK 0 0.10 0.48 0.06
HSL 46.84º 0.78% 0.71% -
HSV(B) 46.84º 0.48% 0.94% -
XYZ 63.34 67.92 29.17 -
YUV 211.33 79.28 147.74 -
System Red Green Blue C M Y K H S L
Decimal 239 214 125 0 0.10 0.48 0.06 46.84 0.78 0.71
Hex EF D6 7D 0 A 30 6 2F 4E 47
Octal 357 326 175 0 12 60 6 57 116 107
Binary 11101111 11010110 1111101 0 1010 110000 110 101111 1001110 1000111

Color Harmonies of #EFD67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD67D

Black with #EFD67D

Text Example


Text Example

White with #EFD67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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