Html Css Color HEX #EFD67E Buff

📋 copy color: '#EFD67E'

red 239 ◦ green 214 ◦ blue 126

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

Shades of Buff #EFD67E

Tints of Buff #EFD67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.76%

R = 41.28%
G = 36.96%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFD67E (or 0xEFD67E) is known color: Buff. HEX triplet: EF, D6 and 7E. RGB value is (239,214,126). Sum of RGB (Red+Green+Blue) = 239+214+126=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 126 (49.61% from 255 or 21.76% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD67E is #102981. Grayscale: #D3D3D3. Windows color (decimal): -1059202 or 8312559. OLE color: 8312559.

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

Color convert

RGB 239 214 126 -
CMYK 0 0.10 0.47 0.06
HSL 46.73º 0.78% 0.72% -
HSV(B) 46.73º 0.47% 0.94% -
XYZ 63.41 67.95 29.51 -
YUV 211.44 79.78 147.66 -
System Red Green Blue C M Y K H S L
Decimal 239 214 126 0 0.10 0.47 0.06 46.73 0.78 0.72
Hex EF D6 7E 0 A 2F 6 2F 4E 48
Octal 357 326 176 0 12 57 6 57 116 110
Binary 11101111 11010110 1111110 0 1010 101111 110 101111 1001110 1001000

Color Harmonies of #EFD67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD67E

Black with #EFD67E

Text Example


Text Example

White with #EFD67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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