Html Css Color HEX #EFD67B Buff

📋 copy color: '#EFD67B'

red 239 ◦ green 214 ◦ blue 123

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

Shades of Buff #EFD67B

Tints of Buff #EFD67B

RGB

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

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

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

R = 41.49%
G = 37.15%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFD67B (or 0xEFD67B) is known color: Buff. HEX triplet: EF, D6 and 7B. RGB value is (239,214,123). Sum of RGB (Red+Green+Blue) = 239+214+123=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 123 (48.44% from 255 or 21.35% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD67B is #102984. Grayscale: #D3D3D3. Windows color (decimal): -1059205 or 8115951. OLE color: 8115951.

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

Color convert

RGB 239 214 123 -
CMYK 0 0.10 0.49 0.06
HSL 47.07º 0.78% 0.71% -
HSV(B) 47.07º 0.49% 0.94% -
XYZ 63.22 67.87 28.51 -
YUV 211.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 239 214 123 0 0.10 0.49 0.06 47.07 0.78 0.71
Hex EF D6 7B 0 A 31 6 2F 4E 47
Octal 357 326 173 0 12 61 6 57 116 107
Binary 11101111 11010110 1111011 0 1010 110001 110 101111 1001110 1000111

Color Harmonies of #EFD67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD67B

Black with #EFD67B

Text Example


Text Example

White with #EFD67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD67B; }

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

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

background-color css

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

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

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

border-color css

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

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

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